Skip to content

Commit

Permalink
chore: upgrade eslint-plugin-markdown (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Mar 12, 2024
1 parent 0ce7081 commit 0d35bf9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["prettier", "eslint:recommended", "plugin:markdown/recommended"],
"extends": ["prettier", "eslint:recommended", "plugin:markdown/recommended-legacy"],
"parserOptions": {
"ecmaVersion": "latest"
},
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint": "^8.27.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-markdown": "^4.0.1",
"husky": "^9.0.2",
"lint-staged": "^15.0.1",
"poku": "^1.8.1",
Expand Down

0 comments on commit 0d35bf9

Please sign in to comment.