Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.4 (#14)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3.2.4

| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| npm        | prettier | 3.1.1 | 3.2.4 |

* chore: prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
renovate[bot] and viceice authored Jan 25, 2024
1 parent 8ad6159 commit 5f27901
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"extends": "markdownlint/style/prettier",
"list-marker-space": {
"ul_multi": 1,
"ul_single": 1
"ul_single": 1,
},
"ul-indent": {
"indent": 2
"indent": 2,
},

// Disable some built-in rules
Expand All @@ -15,12 +15,12 @@
"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)
// "globs": ["**/*.md"],

// Define glob expressions to ignore
"ignores": [".yarn", "**/node_modules/**", "**/TestResults/**", "**/bin/**", "**/obj/**", "coverage/", "LICENSE"]
"ignores": [".yarn", "**/node_modules/**", "**/TestResults/**", "**/bin/**", "**/obj/**", "coverage/", "LICENSE"],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"husky": "8.0.3",
"lint-staged": "15.2.0",
"markdownlint-cli2": "0.12.1",
"prettier": "3.1.1",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9"
},
"packageManager": "[email protected]",
Expand Down
14 changes: 7 additions & 7 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 5f27901

Please sign in to comment.