2022-04-06 11:47:19 +08:00

9 lines
142 B
Plaintext

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