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 c370b7e commit 2012c22Copy full SHA for 2012c22
.eslintrc
@@ -22,6 +22,7 @@
22
"rules": {
23
"@typescript-eslint/explicit-function-return-type": 0,
24
"@typescript-eslint/camelcase": 0,
25
- "complexity": 0
+ "complexity": 0,
26
+ "import/extensions": 0
27
}
28
0 commit comments