Skip to content

Commit b17bd48

Browse files
committed
chore: update .eslintrc.json
1 parent dabd40a commit b17bd48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@
5454
]
5555
}
5656
],
57-
"no-unused-vars": [
57+
"no-unused-vars": "off",
58+
"@typescript-eslint/no-unused-vars": [
5859
"error",
5960
{
6061
"varsIgnorePattern": "React"
6162
}
6263
],
64+
"@typescript-eslint/no-empty-interface": "off",
6365
"no-console": [
6466
"error",
6567
{

0 commit comments

Comments
 (0)