@mft/eslint-config-momentumft
Advanced tools
Comparing version 5.0.0 to 5.1.0
12
index.js
@@ -215,3 +215,15 @@ module.exports = { | ||
"require-yield": 0, // disallow generator functions that do not have yield | ||
// Variables | ||
"no-delete-var": 2, // disallow deleting variables | ||
"no-label-var": 2, // disallow labels that share a name with a variable | ||
"no-restricted-globals": [2, "event", "fdescribe"], // disallow specified global variables | ||
"no-shadow": 2, // disallow variable declarations from shadowing variables declared in the outer scope | ||
"no-shadow-restricted-names": 2, // disallow identifiers from shadowing restricted names | ||
"no-undef": 2, // disallow the use of undeclared variables unless mentioned in `/*global */` comments | ||
"no-undef-init": 2, // disallow initializing variables to `undefined` | ||
"no-undefined": 2, // disallow the use of `undefined` as an identifier | ||
"no-use-before-define": 2,//disallow the use of variables before they are defined | ||
} | ||
} |
{ | ||
"name": "@mft/eslint-config-momentumft", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Our ESLint configuration", | ||
@@ -24,7 +24,7 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": "^7.0.0" | ||
"eslint": "^7.29.0" | ||
}, | ||
"devDependencies": { | ||
"eslint-plugin-react-hooks": "^4.0.0" | ||
"eslint-plugin-react-hooks": "^4.2.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
22037
304
0