eslint-config-zireael
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -70,3 +70,3 @@ module.exports = { | ||
'object-curly-spacing': ['error', 'never'], | ||
'quote-props': ['warning', 'consistent'], | ||
'quote-props': ['warn', 'consistent'], | ||
'complexity': 'warn', | ||
@@ -73,0 +73,0 @@ 'vars-on-top': 'off', |
{ | ||
"name": "eslint-config-zireael", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "ESLint shareable config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8707