10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
{
|
|
"extends": ["taro/react","@aaronghx/eslint-config-react"],
|
|
"rules": {
|
|
"no-console": "off",
|
|
"@typescript-eslint/no-shadow": "off",
|
|
"@typescript-eslint/no-unused-vars": "off",
|
|
"eqeqeq": "off"
|
|
}
|
|
}
|