axios-miniprogram/examples/taro/.eslintrc

9 lines
148 B
Plaintext

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