11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
{
|
|
"extends": [
|
|
"taro/react"
|
|
],
|
|
"rules": {
|
|
"react/jsx-uses-react": "off",
|
|
"react/react-in-jsx-scope": "off",
|
|
"import/no-commonjs": "off"
|
|
}
|
|
}
|