16 lines
441 B
Plaintext
16 lines
441 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",
|
|
"import/no-commonjs": "off",
|
|
"no-use-before-define": "off",
|
|
"@typescript-eslint/no-use-before-define": "off"
|
|
}
|
|
}
|