eslint-config-mgol
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -41,2 +41,3 @@ 'use strict'; | ||
'use-isnan': 'error', | ||
'no-unsafe-finally': 'error', | ||
'valid-jsdoc': 'off', // TODO enable? | ||
@@ -224,2 +225,3 @@ 'valid-typeof': 'error', | ||
'no-var': 'error', | ||
'no-useless-computed-key': 'error', | ||
'no-useless-constructor': 'error', | ||
@@ -226,0 +228,0 @@ 'object-shorthand': 'error', |
{ | ||
"name": "eslint-config-mgol", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "ESLint config for projects written by mgol", | ||
@@ -29,8 +29,9 @@ "main": "eslint-config-mgol.js", | ||
"devDependencies": { | ||
"eslint": "2.7.0", | ||
"lodash": "4.8.2" | ||
"eslint": "2.9.0", | ||
"eslint-find-rules": "1.9.2" | ||
}, | ||
"scripts": { | ||
"test": "./scripts/find-new-rules.js && eslint ." | ||
"pretest": "eslint-find-rules -u", | ||
"test": "eslint ." | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
235
0
10794
3
2
0