taro-demo/.eslintrc

11 lines
164 B
Plaintext
Raw Permalink Normal View History

2024-03-15 14:39:20 +08:00
{
"extends": [
"taro/react"
],
"rules": {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
"import/no-commonjs": "off"
}
}