Skip to content

Commit 3428dac

Browse files
committed
.eslintrc: cherry-pick ts overrids from utils pr
1 parent 7718e02 commit 3428dac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"no-promise-executor-return": 0, //temporarily off
4242
"no-restricted-exports": 1,
4343
"no-underscore-dangle": 0,
44+
"no-underscore-dangle": 0,
4445
"no-useless-catch": 2,
4546
"prefer-object-spread": 0,
4647
"max-len": [1, 120, 2, {"ignoreComments": true, "ignoreTemplateLiterals": true}],
@@ -133,6 +134,8 @@
133134
"no-use-before-define": "off",
134135
"import/no-extraneous-dependencies": "off",
135136
"no-unused-vars": "off",
137+
"import/no-default-export": "warn",
138+
"no-underscore-dangle": "warn",
136139
"react/require-default-props": "off",
137140
"no-shadow": "off",
138141
"@typescript-eslint/no-shadow": "error"

0 commit comments

Comments
 (0)