ERPTurbo_Client/packages/app-client/.eslintrc
2025-11-03 10:24:10 +08:00

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"
}
}