@mft/eslint-config-momentumft
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -219,2 +219,3 @@ module.exports = { | ||
"no-label-var": 2, // disallow labels that share a name with a variable | ||
"no-global-assign": 2, // Disallow assignment to native objects or read-only global variables | ||
"no-restricted-globals": [2, "event", "fdescribe"], // disallow specified global variables | ||
@@ -225,6 +226,4 @@ "no-shadow": 2, // disallow variable declarations from shadowing variables declared in the outer scope | ||
"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.1.0", | ||
"version": "5.1.1", | ||
"description": "Our ESLint configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
22059