Skip to content

Commit 0d35bf9

Browse files
authored
chore: upgrade eslint-plugin-markdown (#2494)
1 parent 0ce7081 commit 0d35bf9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["prettier", "eslint:recommended", "plugin:markdown/recommended"],
2+
"extends": ["prettier", "eslint:recommended", "plugin:markdown/recommended-legacy"],
33
"parserOptions": {
44
"ecmaVersion": "latest"
55
},

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint": "^8.27.0",
7878
"eslint-config-prettier": "^9.0.0",
7979
"eslint-plugin-async-await": "0.0.0",
80-
"eslint-plugin-markdown": "^3.0.0",
80+
"eslint-plugin-markdown": "^4.0.1",
8181
"husky": "^9.0.2",
8282
"lint-staged": "^15.0.1",
8383
"poku": "^1.8.1",

0 commit comments

Comments
 (0)