Skip to content

Commit 2827459

Browse files
authored
chore(eslint): update config (#548)
1 parent efd8086 commit 2827459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"root": true,
3-
"extends": ["eslint:recommended"],
4-
"plugins": ["babel", "markdown"],
3+
"extends": ["eslint:recommended", "plugin:markdown/recommended"],
4+
"plugins": ["babel"],
55
"env": {
66
"es6": true,
77
"node": true

0 commit comments

Comments
 (0)