Skip to content

Commit cc460bf

Browse files
committed
importsNotUsedAsValues: "error" in strictest
1 parent d0c3161 commit cc460bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bases/strictest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"noUnusedLocals": true,
1313
"noUnusedParameters": true,
1414

15+
"importsNotUsedAsValues": "error",
1516
"isolatedModules": true,
16-
"verbatimModuleSyntax": true,
1717

1818
"checkJs": true,
1919

0 commit comments

Comments
 (0)