eslint-config-jameslnewell
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
module.exports = { | ||
rules: { | ||
'no-unused-expressions': 0 //cause chai's expect | ||
'no-unused-expressions': 0, //cause chai's expect | ||
'max-nested-callbacks': 0 //cause mocha requires callbacks | ||
} | ||
@@ -6,0 +7,0 @@ |
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
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
14417
443