axios-miniprogram/examples/taro/.eslintrc

9 lines
148 B
Plaintext
Raw Permalink Normal View History

2023-05-05 10:59:37 +08:00
{
"extends": ["taro/react"],
"rules": {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
"jsx-quotes": "off"
}
2023-05-05 10:59:37 +08:00
}