Skip to content

Commit c3ec702

Browse files
committed
fix(ESLint): add no-console to config for Markdown
1 parent 0ca956a commit c3ec702

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.md.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"rules": {
3-
"no-undef": 0
3+
"no-undef": 0,
4+
"no-console": 0
45
},
56
"plugins": [
67
"markdown"

0 commit comments

Comments
 (0)