eslint-config-marudor
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "eslint-config-marudor", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Eslint Configuration for private use", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ module.exports = { | ||
'no-irregular-whitespace': 2, | ||
'no-mixed-operators': ["error", {"allowSamePrecedence": true}] | ||
'no-mixed-operators': ["error", {"allowSamePrecedence": true}], | ||
'no-negated-in-lhs': 2, | ||
@@ -23,0 +23,0 @@ 'no-obj-calls': 1, |
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
9554