mirror of
https://gitee.com/ShopeX/ECShopX_Store-Operations-tools-frontend
synced 2026-05-13 01:45:58 +08:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
{
|
|
"extends": ["taro/react"],
|
|
"rules": {
|
|
"react/jsx-uses-react": "off",
|
|
"react/react-in-jsx-scope": "off"
|
|
}
|
|
}
|