eslint-config-mfw
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -14,1 +14,4 @@ | ||
no-param-reassign | ||
## 0.1.6 | ||
no-unused-vars args: 'none' |
{ | ||
"name": "eslint-config-mfw", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "eslint自定义规则", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,3 +34,3 @@ module.exports = { | ||
// 禁止出现未使用过的变量 | ||
'no-unused-vars': ['error', { vars: 'all', args: 'after-used', ignoreRestSiblings: true }], | ||
'no-unused-vars': ['error', { vars: 'all', args: 'none', ignoreRestSiblings: true }], | ||
@@ -37,0 +37,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
31452