Socket
Socket
Sign inDemoInstall

eslint-plugin-github

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-github - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

docs/rules/no-flow-weak.md

3

.eslintrc.js

@@ -6,3 +6,6 @@ module.exports = {

"rules": {
"github/no-flow-weak": 0,
"github/no-flowfixme": 0,
"github/no-implicit-buggy-globals": 0,
"github/no-noflow": 0,
"github/no-sprockets-directives": 0,

@@ -9,0 +12,0 @@ "github/no-unused-disabled-rules": 0

@@ -10,3 +10,6 @@ module.exports = {

"func-style": [2, "declaration"],
"github/no-flow-weak": 2,
"github/no-flowfixme": 2,
"github/no-implicit-buggy-globals": 2,
"github/no-noflow": 2,
"github/no-sprockets-directives": 2,

@@ -13,0 +16,0 @@ "github/no-unused-disabled-rules": 2,

@@ -5,3 +5,6 @@ module.exports = {

"js-class-name": require('./rules/js-class-name'),
"no-flow-weak": require('./rules/no-flow-weak'),
"no-flowfixme": require('./rules/no-flowfixme'),
"no-implicit-buggy-globals": require('./rules/no-implicit-buggy-globals'),
"no-noflow": require('./rules/no-noflow'),
"no-sprockets-directives": require('./rules/no-sprockets-directives'),

@@ -8,0 +11,0 @@ "no-unused-disabled-rules": require('./rules/no-unused-disabled-rules')

2

package.json
{
"name": "eslint-plugin-github",
"version": "0.7.0",
"version": "0.8.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc