Skip to content

Commit 36e3d15

Browse files
committed
Ignore vars
1 parent e407bee commit 36e3d15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"warn",
2626
{
2727
"args": "after-used",
28-
"argsIgnorePattern": "^_"
28+
"argsIgnorePattern": "^_",
29+
"varsIgnorePattern": "^_"
2930
}
3031
]
3132
}

0 commit comments

Comments
 (0)