eslint-config-mfw
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -27,1 +27,11 @@ | ||
eqeqeq: ['error', 'always'], | ||
##0.1.10 | ||
强制一行的最大长度 | ||
'max-len': ['error', 150, 4, { | ||
ignoreUrls: true, | ||
ignoreComments: true, | ||
ignoreRegExpLiterals: true, | ||
ignoreStrings: true, | ||
ignoreTemplateLiterals: true, | ||
}], |
{ | ||
"name": "eslint-config-mfw", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "eslint自定义规则", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -144,3 +144,3 @@ module.exports = { | ||
// 强制一行的最大长度 | ||
'max-len': ['error', 120, 4, { | ||
'max-len': ['error', 150, 4, { | ||
ignoreUrls: true, | ||
@@ -147,0 +147,0 @@ ignoreComments: true, |
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
31780