Skip to content

Commit bbe529a

Browse files
committed
[eslint] don’t warn about console logs in scripts
1 parent f40c8ae commit bbe529a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .eslintrc

+9
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,13 @@
5555
},
5656
},
5757
},
58+
59+
"overrides": [
60+
{
61+
"files": "scripts/**",
62+
"rules": {
63+
"no-console": "off",
64+
},
65+
},
66+
],
5867
}

0 commit comments

Comments
 (0)