18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
{
|
|
"extends": [
|
|
"taro/react"
|
|
],
|
|
"rules": {
|
|
"react/jsx-uses-react": "off",
|
|
"react/react-in-jsx-scope": "off",
|
|
"react/jsx-curly-brace-presence": "off",
|
|
"jsx-quotes": [
|
|
"error",
|
|
"prefer-double"
|
|
],
|
|
"react-hooks/exhaustive-deps": "off",
|
|
"@typescript-eslint/no-shadow": "off",
|
|
"@typescript-eslint/no-useless-constructor": "off"
|
|
}
|
|
}
|