Files
taro-template/.eslintrc
2026-03-12 14:36:27 +08:00

8 lines
140 B
Plaintext

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