@mft/eslint-config-momentumft
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -37,3 +37,3 @@ module.exports = { | ||
"no-extra-parens": [2, "functions"], // disallow unnecessary parentheses | ||
"no-extra-semi": 0, // disallow unnecessary semicolons | ||
"no-extra-semi": 2, // disallow unnecessary semicolons | ||
"no-func-assign": 2, // disallow overwriting functions written as function declarations | ||
@@ -103,3 +103,3 @@ "no-inner-declarations": [2, "functions"], // disallow function or variable declarations in nested blocks | ||
"no-proto": 0, // disallow usage of __proto__ property | ||
"no-redeclare": 0, // disallow declaring the same variable more than once | ||
"no-redeclare": 2, // disallow declaring the same variable more than once | ||
"no-return-assign": 0, // disallow use of assignment in return statement | ||
@@ -154,3 +154,3 @@ "no-script-url": 0, // disallow use of javascript: urls. | ||
"no-lonely-if": 0, // disallow if as the only statement in an else block | ||
"no-mixed-spaces-and-tabs": 0, // disallow mixed spaces and tabs for indentation | ||
"no-mixed-spaces-and-tabs": 2, // disallow mixed spaces and tabs for indentation | ||
"no-multiple-empty-lines": [1, { "max": 3 }], // disallow multiple empty lines | ||
@@ -164,5 +164,4 @@ "no-negated-condition": 0, // disallow negated conditions | ||
"no-ternary": 0, // disallow the use of ternary operators | ||
"no-trailing-spaces": 0, // disallow trailing whitespace at the end of lines | ||
"no-trailing-spaces": 2, // disallow trailing whitespace at the end of lines | ||
"no-underscore-dangle": 0, // disallow dangling underscores in identifiers | ||
"no-underscore-dangle": 0, // disallow dangling underscores in identifiers | ||
"no-unneeded-ternary": 2, // disallow the use of ternary operators when a simpler alternative exists | ||
@@ -169,0 +168,0 @@ "object-curly-spacing": 0, // require or disallow padding inside curly braces |
{ | ||
"name": "@mft/eslint-config-momentumft", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Our ESLint configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
0
20291
257