Skip to content

Commit 2012c22

Browse files
fix lint
1 parent c370b7e commit 2012c22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"rules": {
2323
"@typescript-eslint/explicit-function-return-type": 0,
2424
"@typescript-eslint/camelcase": 0,
25-
"complexity": 0
25+
"complexity": 0,
26+
"import/extensions": 0
2627
}
2728
}

0 commit comments

Comments
 (0)