Skip to content

Commit 5f797c0

Browse files
committed
Removed unused vars check
1 parent c567cb8 commit 5f797c0

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
@@ -23,7 +23,8 @@
2323
"@typescript-eslint/no-explicit-any": "off",
2424
"@typescript-eslint/no-namespace": "off",
2525
"@typescript-eslint/no-non-null-assertion": "off",
26+
"@typescript-eslint/no-unused-vars": "off",
2627
"@typescript-eslint/no-empty-function": "warn",
27-
"no-inner-declarations": "off",
28+
"no-inner-declarations": "off"
2829
}
2930
}

0 commit comments

Comments
 (0)