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 7173d5d commit 02428a0Copy full SHA for 02428a0
.eslintrc
@@ -40,7 +40,7 @@
40
"no-import-assign": 2,
41
"no-promise-executor-return": 0, //temporarily off
42
"no-restricted-exports": 1,
43
- "no-underscore-dangle": 1,
+ "no-underscore-dangle": 0,
44
"no-useless-catch": 2,
45
"no-plusplus": "off",
46
"prefer-object-spread": 0,
@@ -133,7 +133,9 @@
133
"rules": {
134
"no-use-before-define": "off",
135
"import/no-extraneous-dependencies": "off",
136
- "no-unused-vars": "off"
+ "no-unused-vars": "off",
137
+ "import/no-default-export": "warn",
138
+ "no-underscore-dangle": "warn",
139
}
140
},
141
{
0 commit comments