Files
taro-examples/2025-09-14-webpack-demo/.eslintrc
2025-09-14 03:13:47 +08:00

8 lines
123 B
Plaintext

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