@zeplin/eslint-config
Advanced tools
Comparing version 2.0.0 to 2.1.0
14
base.js
@@ -37,3 +37,3 @@ module.exports = { | ||
], | ||
"capitalized-comments": ["warn"], | ||
"capitalized-comments": "warn", | ||
"class-methods-use-this": "error", | ||
@@ -43,8 +43,3 @@ "comma-dangle": "error", | ||
"comma-style": ["error", "last"], | ||
"complexity": [ | ||
"warn", | ||
{ | ||
max: 10 | ||
} | ||
], | ||
"complexity": "warn", | ||
"computed-property-spacing": ["error", "never"], | ||
@@ -274,6 +269,3 @@ "curly": "error", | ||
"template-tag-spacing": "error", | ||
"unicode-bom": [ | ||
"error", | ||
"never" | ||
], | ||
"unicode-bom": ["error", "never"], | ||
"valid-jsdoc": "error", | ||
@@ -280,0 +272,0 @@ "valid-typeof": [ |
{ | ||
"name": "@zeplin/eslint-config", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Zeplin's homegrown `.eslintrc` as an extensible shared config.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://zeplin.io", |
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
15552
420