We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd8086 commit 2827459Copy full SHA for 2827459
.eslintrc
@@ -1,7 +1,7 @@
1
{
2
"root": true,
3
- "extends": ["eslint:recommended"],
4
- "plugins": ["babel", "markdown"],
+ "extends": ["eslint:recommended", "plugin:markdown/recommended"],
+ "plugins": ["babel"],
5
"env": {
6
"es6": true,
7
"node": true
0 commit comments