Skip to content

Commit

Permalink
chore(deps): update prettier packages (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
renovate[bot] and viceice authored Feb 12, 2024
1 parent 60e8f9b commit 3ffab9c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"extends": "markdownlint/style/prettier",
"list-marker-space": {
"ul_multi": 3,
"ul_single": 3
"ul_single": 3,
},
"ul-indent": {
"indent": 4
"indent": 4,
},

// Disable some built-in rules
"first-line-heading": false,
"line-length": false,
"no-emphasis-as-header": false,
"no-inline-html": false,
"single-h1": false
"single-h1": false,
},

// Define glob expressions to use (only valid at root)
Expand All @@ -26,6 +26,6 @@
"**/TestResults/**",
"**/bin/**",
"**/obj/**",
"coverage/"
]
"coverage/",
],
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"lint-staged": "15.2.1",
"markdownlint-cli2": "0.12.1",
"npm-run-all2": "5.0.2",
"prettier": "3.1.1",
"prettier-plugin-packagejson": "2.4.9",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.10",
"semantic-release": "22.0.12"
},
"packageManager": "pnpm@8.15.1",
Expand Down
24 changes: 12 additions & 12 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 3ffab9c

Please sign in to comment.