eslint-config-settled
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -35,7 +35,8 @@ /* | ||
'guard-for-in': 2, | ||
'handle-callback-err': [2, "^err"], | ||
"id-length": [1, { | ||
'handle-callback-err': [2, '^err'], | ||
'id-length': [1, { | ||
'min': 2, | ||
'max': 35 | ||
}], | ||
'indent': ['error', 'tab'], | ||
'max-depth': [2, 10], | ||
@@ -42,0 +43,0 @@ 'max-len': [1, 120], |
{ | ||
"name": "eslint-config-settled", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "ESLint config used by Settled.co.uk. Based on AirBnB's implementation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
4029
102