Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 4.0.1 (#383)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 4.0.1

Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases)
- [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md)
- [Commits](eslint/markdown@v3.0.1...v4.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-markdown
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: update eslintconfig

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ned Zimmerman <[email protected]>
  • Loading branch information
dependabot[bot] and greatislander authored May 6, 2024
1 parent 70c00ee commit 4578be5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
extends: [
"fluid",
"plugin:yml/standard",
"plugin:markdown/recommended"
"plugin:markdown/recommended-legacy"
],
ignorePatterns: ["_site/", "backstop_data/", "!.*.cjs", "!.*.js", "!.github/"],
env: {
Expand Down
12 changes: 6 additions & 6 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 @@ -55,7 +55,7 @@
"eslint": "8.57.0",
"eslint-config-fluid": "2.1.1",
"eslint-plugin-jsdoc": "48.2.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-yml": "1.12.2",
"husky": "8.0.3",
"linkedom": "0.15.2",
Expand Down

0 comments on commit 4578be5

Please sign in to comment.