Skip to content

Commit be050d2

Browse files
committed
fix(common): FE-33 Remove no-unused-variable since it is deprecated
Please enable noUnusedLocals and noUnusedParameters in your tsconfig file.
1 parent e4233ad commit be050d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
"no-unnecessary-type-assertion": true,
121121
"no-unsafe-finally": true,
122122
"no-unused-expression": [true, "allow-tagged-template"],
123-
"no-unused-variable": true,
124123
"no-var-keyword": true,
125124
"no-var-requires": true,
126125
"object-literal-key-quotes": [

0 commit comments

Comments
 (0)