@mapbox/eslint-config-geocoding
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"extends": "eslint:recommended", | ||
"env": { | ||
"node": true, | ||
"es6": true | ||
}, | ||
"plugins": [ | ||
"node" | ||
], | ||
"rules": { | ||
"no-console":0, | ||
"arrow-parens": ["error", "always"], | ||
"no-var": "error", | ||
"prefer-const": "error", | ||
"array-bracket-spacing": ["error", "never"], | ||
"comma-dangle": ["error", "never"], | ||
"computed-property-spacing": ["error", "never"], | ||
"eol-last": "error", | ||
"eqeqeq": ["error", "smart"], | ||
"indent": ["error", 4, { "SwitchCase": 1 }], | ||
"no-confusing-arrow": ["error", { "allowParens": false }], | ||
"no-extend-native": "error", | ||
"no-mixed-spaces-and-tabs": "error", | ||
"no-spaced-func": "error", | ||
"no-trailing-spaces": "error", | ||
"no-unused-vars": "error", | ||
"no-use-before-define": ["error", "nofunc"], | ||
"object-curly-spacing": ["error", "always"], | ||
"prefer-arrow-callback": "error", | ||
"quotes": ["error", "single", "avoid-escape"], | ||
"semi": ["error", "always"], | ||
"space-infix-ops": "error", | ||
"spaced-comment": ["error", "always"], | ||
"keyword-spacing": ["error", { "before": true, "after": true }], | ||
"template-curly-spacing": ["error", "never"], | ||
"semi-spacing": "error", | ||
"strict": "error", | ||
"node/no-unsupported-features": ["error", { "version": 6 }], | ||
"node/no-missing-require": "error" | ||
} | ||
"extends": "eslint:recommended", | ||
"parserOptions": { | ||
"ecmaVersion": 8 | ||
}, | ||
"env": { | ||
"node": true, | ||
"es6": true | ||
}, | ||
"plugins": [ "node" ], | ||
"rules": { | ||
"no-console": 0, | ||
"arrow-parens": [ "error", "always" ], | ||
"no-var": "error", | ||
"prefer-const": "error", | ||
"array-bracket-spacing": [ "error", "never" ], | ||
"comma-dangle": [ "error", "never" ], | ||
"computed-property-spacing": [ "error", "never" ], | ||
"eol-last": "error", | ||
"eqeqeq": [ "error", "smart" ], | ||
"indent": [ "error", 4, { "SwitchCase": 1 } ], | ||
"no-confusing-arrow": [ "error", { "allowParens": false } ], | ||
"no-extend-native": "error", | ||
"no-mixed-spaces-and-tabs": "error", | ||
"func-call-spacing": [ "error", "never" ], | ||
"no-trailing-spaces": "error", | ||
"no-unused-vars": "error", | ||
"no-use-before-define": [ "error", "nofunc" ], | ||
"object-curly-spacing": [ "error", "always" ], | ||
"prefer-arrow-callback": "error", | ||
"quotes": [ "error", "single", "avoid-escape" ], | ||
"semi": [ "error", "always" ], | ||
"space-infix-ops": "error", | ||
"spaced-comment": [ "error", "always" ], | ||
"keyword-spacing": [ "error", { "before": true, "after": true } ], | ||
"template-curly-spacing": [ "error", "never" ], | ||
"semi-spacing": "error", | ||
"strict": "error", | ||
"node/no-unsupported-features": [ "error", { "version": 8 } ], | ||
"node/no-missing-require": "error" | ||
} | ||
} |
{ | ||
"name": "@mapbox/eslint-config-geocoding", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Shared eslint config for geocoding team", | ||
@@ -13,10 +13,10 @@ "main": "eslintrc.json", | ||
"peerDependencies": { | ||
"eslint": "^4.17.0", | ||
"eslint-plugin-node": "^5.2.1" | ||
"eslint": "^5.8.0", | ||
"eslint-plugin-node": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.17.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint": "^5.8.0", | ||
"eslint-plugin-node": "^8.0.0", | ||
"tape": "^4.8.0" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
43994
4
42