chore: update eslint

This commit is contained in:
bentz
2021-11-23 18:30:35 +08:00
parent 8a782facf0
commit a5fb818661

View File

@@ -1,5 +1,5 @@
module.exports = {
extends: ["taro", "react"],
extends: ["taro"],
rules: {
"no-unused-vars": ["error", { varsIgnorePattern: "Taro" }],
"space-before-function-paren": [1, "always"],