diff --git a/.eslintrc b/.eslintrc index 77b65f8..a2e22a0 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,5 +1,5 @@ { - "extends": ["taro/react","@aaronghx/eslint-config-react"], + "extends": ["taro/react", "@aaronghx/eslint-config-react"], "rules": { "no-console": "off", "@typescript-eslint/no-shadow": "off", @@ -10,6 +10,6 @@ "react/no-children-prop": "off", "import/no-commonjs": "off", "no-use-before-define": "off", - "@typescript-eslint/no-use-before-define": ["error"] + "@typescript-eslint/no-use-before-define": "off" } }