Files
taro-template/eslintrc.js

8 lines
140 B
JavaScript
Raw Normal View History

2024-12-18 16:05:16 +08:00
module.exports = {
"extends": ["taro/react"],
"rules": {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off"
}
}