We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034293a commit 6d9fb34Copy full SHA for 6d9fb34
.eslintrc
@@ -135,7 +135,7 @@
135
"import/no-extraneous-dependencies": "off",
136
"no-unused-vars": "off",
137
"import/no-default-export": "warn",
138
- "no-underscore-dangle": "warn",
+ "no-underscore-dangle": "off",
139
"react/require-default-props": "off",
140
"no-shadow": "off",
141
"@typescript-eslint/no-shadow": "error"
0 commit comments