eslint-config-mfw
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -7,2 +7,5 @@ | ||
max-len | ||
ignoreComments: true | ||
ignoreComments: true | ||
## 0.1.3 | ||
'arrow-body-style': 'off' |
{ | ||
"name": "eslint-config-mfw", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "eslint自定义规则", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,5 +7,3 @@ module.exports = { | ||
// 要求箭头函数体使用大括号 | ||
'arrow-body-style': ['error', 'as-needed', { | ||
requireReturnForObjectLiteral: false, | ||
}], | ||
'arrow-body-style': 'off', | ||
@@ -12,0 +10,0 @@ // 要求箭头函数的参数使用圆括号 |
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
31737
746