{ "extends": [ "taro/react" ], "rules": { "react/jsx-uses-react": "off", "react/react-in-jsx-scope": "off", "react/jsx-curly-brace-presence": "off", "jsx-quotes": [ "error", "prefer-double" ], "react-hooks/exhaustive-deps": "off", "@typescript-eslint/no-shadow": "off", "@typescript-eslint/no-useless-constructor": "off" } }