update 新增eslintConfig规则

This commit is contained in:
2021-06-16 11:25:09 +08:00
parent d020f67dba
commit 206d97085b

View File

@@ -41,7 +41,9 @@
],
"rules": {
"eqeqeq": "off",
"no-unused-vars": "off"
"no-unused-vars": "off",
"array-callback-return": "off",
"jsx-a11y/anchor-is-valid": "off"
}
},
"browserslist": {