Files
happy-life-star/mini/.eslintrc
T
2026-01-14 23:11:07 +08:00

8 lines
123 B
Plaintext

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