Skip to content

Commit

Permalink
fix: Add eslint ignore for md files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-er committed Aug 21, 2023
1 parent 47bd349 commit 069c23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"parserOptions": {
"ecmaVersion": "latest"
},
"ignorePatterns": ["*.md"],
"rules": {
"prettier/prettier": "error",
"no-unused-vars": "warn",
Expand Down

0 comments on commit 069c23c

Please sign in to comment.