Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 30, 2023
1 parent 6651926 commit ade577c
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 3,137 deletions.
31 changes: 31 additions & 0 deletions .markdownlint-cli2.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
export default {
config: {
default: true,
MD003: {
style: "atx",
},
MD004: {
style: "dash",
},
MD013: false,
MD024: {
allow_different_nesting: true,
},
MD033: {
allowed_elements: [
"AutoCatalog",
"ProjectPanel",
"details",
"script",
"summary",
],
},
MD035: {
style: "---",
},
MD040: false,
MD046: false,
MD049: false,
},
ignores: ["**/node_modules/**"],
};
28 changes: 0 additions & 28 deletions .markdownlint.json

This file was deleted.

31 changes: 9 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,28 @@
"clean-dev": "vuepress dev src --clean-cache",
"dev": "vuepress dev src",
"prepare": "husky install",
"lint:md": "markdownlint **/*.md"
"lint": "prettier --check --write .",
"lint:md": "markdownlint-cli2 '**/*.md'"
},
"license": "CC0",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.13.1",
"dependencies": {
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/shared": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"vue": "3.3.12",
"vue": "3.4.1",
"vuepress": "2.0.0-rc.0",
"vuepress-shared": "2.0.0-rc.5",
"vuepress-theme-hope": "2.0.0-rc.5"
"vuepress-shared": "2.0.0-rc.10",
"vuepress-theme-hope": "2.0.0-rc.10"
},
"devDependencies": {
"husky": "8.0.3",
"markdownlint-cli": "0.38.0",
"markdownlint-cli2": "0.11.0",
"nano-staged": "0.8.0",
"prettier": "3.1.1"
},
"nano-staged": {
"*.vue": [
"prettier --write"
],
"*.{js,ts}": [
"prettier --write"
],
"*.md": [
"markdownlint",
"prettier --write"
],
"*.{json,yml}": [
"prettier --write"
],
"*.scss": [
"prettier --write"
]
"**/*": "prettier --write --ignore-unknown",
"*.md": "markdownlint-cli2"
}
}
Loading

0 comments on commit ade577c

Please sign in to comment.