Skip to content

Commit

Permalink
Merge pull request #108 from Dafnik/renovate/major-major-update
Browse files Browse the repository at this point in the history
chore: update dependency eslint-plugin-markdown to v4
  • Loading branch information
Dafnik authored Apr 2, 2024
2 parents e58c815 + 1b1d964 commit 94c1be6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
{
"files": ["*.md"],
"extends": ["plugin:markdown/recommended", "prettier"],
"extends": ["plugin:markdown/recommended-legacy", "prettier"],
"rules": {}
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdown": "^4.0.0",
"fs-extra": "^11.1.1",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 94c1be6

Please sign in to comment.