We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55ab27 commit b9688a9Copy full SHA for b9688a9
.eslintrc.json
@@ -16,6 +16,7 @@
16
"arrow-body-style": 0,
17
"max-len": 0,
18
"no-unused-vars": 0,
19
- "no-useless-constructor": 0
+ "no-useless-constructor": 0,
20
+ "import/no-unresolved": 0
21
}
22
0 commit comments