eslint-config-doctolib
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -114,5 +114,3 @@ module.exports = { | ||
"no-array-constructor": 2, | ||
"no-continue": 2, | ||
"no-lonely-if": 2, | ||
"no-magic-numbers": 2, | ||
"no-mixed-spaces-and-tabs": 2, | ||
@@ -119,0 +117,0 @@ "no-multiple-empty-lines": 2, |
{ | ||
"name": "eslint-config-doctolib", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ESLint configuration used in Doctolib projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,2 @@ module.exports = { | ||
"rules": { | ||
"no-magic-numbers": 0, | ||
"mocha/no-exclusive-tests": 2 | ||
@@ -13,0 +12,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
6078
204