We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca956a commit c3ec702Copy full SHA for c3ec702
.md.eslintrc
@@ -1,6 +1,7 @@
1
{
2
"rules": {
3
- "no-undef": 0
+ "no-undef": 0,
4
+ "no-console": 0
5
},
6
"plugins": [
7
"markdown"
0 commit comments