eslint-config-mzgol
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -39,3 +39,3 @@ 'use strict'; | ||
'valid-typeof': 2, | ||
'no-unexpected-multiline': 0, | ||
'no-unexpected-multiline': 2, | ||
@@ -82,3 +82,3 @@ // Best practices | ||
'no-proto': 2, | ||
'no-redeclare': 0, // not useful with const/let | ||
'no-redeclare': 2, | ||
'no-return-assign': 2, | ||
@@ -160,2 +160,3 @@ 'no-script-url': 2, | ||
'no-nested-ternary': 2, | ||
'no-negated-condition': 2, | ||
'no-new-object': 2, | ||
@@ -169,6 +170,3 @@ 'no-restricted-syntax': 0, // already handled via no-with; would be: [2, 'WithStatement'], | ||
'object-curly-spacing': [2, 'never'], | ||
'one-var': [2, { | ||
uninitialized: 'always', | ||
initialized: 'never', | ||
}], | ||
'one-var': [2, {initialized: 'never'}], | ||
'operator-assignment': 2, | ||
@@ -175,0 +173,0 @@ 'operator-linebreak': [2, 'after'], |
{ | ||
"name": "eslint-config-mzgol", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "ESLint config for projects written by mzgol", | ||
@@ -25,7 +25,7 @@ "main": "eslint-config-mzgol.js", | ||
"devDependencies": { | ||
"eslint": "1.4.1" | ||
"eslint": "1.6.0" | ||
}, | ||
"scripts": { | ||
"test": "eslint ." | ||
"test": "./scripts/build-eslintrc.js && eslint ." | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22
220
44510
1