Skip to content

Commit 6d9fb34

Browse files
committed
eslint: turn off underscore-dangle warning
1 parent 034293a commit 6d9fb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"import/no-extraneous-dependencies": "off",
136136
"no-unused-vars": "off",
137137
"import/no-default-export": "warn",
138-
"no-underscore-dangle": "warn",
138+
"no-underscore-dangle": "off",
139139
"react/require-default-props": "off",
140140
"no-shadow": "off",
141141
"@typescript-eslint/no-shadow": "error"

0 commit comments

Comments
 (0)