13 lines
318 B
Plaintext
13 lines
318 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",
|
|
"no-prototype-builtins": "off",
|
|
"import/first": "off",
|
|
"react/no-children-prop": "off"
|
|
}
|
|
}
|