Files
mp-10550/.eslintrc
2025-06-26 11:41:12 +08:00

8 lines
140 B
Plaintext

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