Skip to content

Commit cc8d1e0

Browse files
committed
Ignore issues with unused logging variables
1 parent 59971a6 commit cc8d1e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc.json

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
"jsx-a11y/img-has-alt": "warn",
2929
"prefer-arrow-callback": "off",
3030
"prefer-object-spread/prefer-object-spread": "error",
31+
"no-unused-vars": [
32+
"error",
33+
{
34+
"varsIgnorePattern": "d|ddir"
35+
}
36+
],
3137
"import/no-extraneous-dependencies": [
3238
"error",
3339
{

0 commit comments

Comments
 (0)