Skip to content

Commit 069c23c

Browse files
committed
fix: Add eslint ignore for md files
1 parent 47bd349 commit 069c23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"parserOptions": {
99
"ecmaVersion": "latest"
1010
},
11+
"ignorePatterns": ["*.md"],
1112
"rules": {
1213
"prettier/prettier": "error",
1314
"no-unused-vars": "warn",

0 commit comments

Comments
 (0)