eslint-config-mgol
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -158,3 +158,3 @@ 'use strict'; | ||
'id-blacklist': ['error', 'arguments', 'event'], | ||
indent: 'off', // TODO try to enable it | ||
indent: ['error', 4, {SwitchCase: 1, MemberExpression: 1}], | ||
'jsx-quotes': 'off', | ||
@@ -161,0 +161,0 @@ 'key-spacing': 'error', |
{ | ||
"name": "eslint-config-mgol", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "ESLint config for projects written by mgol", | ||
@@ -5,0 +5,0 @@ "main": "eslint-config-mgol.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
12369