{ "extends": ["taro/react"], "rules": { "jsx-quotes": ["error", "prefer-double"], "react/jsx-uses-react": "off", "react/react-in-jsx-scope": "off" } }