init
This commit is contained in:
7
2025-09-14/.eslintrc
Normal file
7
2025-09-14/.eslintrc
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
"extends": ["taro/react"],
|
||||
"rules": {
|
||||
"react/jsx-uses-react": "off",
|
||||
"react/react-in-jsx-scope": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user