9 lines
175 B
Plaintext

{
"extends": ["taro/react","plugin:react-hooks/recommended"],
"rules": {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off"
},
"plugins": [""]
}