aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind2022-07-28 03:22:47 +0200
committerGitHub2022-07-28 09:22:47 +0800
commitae52df6a64477bcd5076ddddbee64bb22b3897a0 (patch)
tree2950725dedb126fdff5f65fdd66cd61329e8c806 /package.json
parent6554d5197fa4082f3058ee880d2d6d80fbd97a56 (diff)
Add markdownlint (#20512)
Add `markdownlint` linter and fix issues. Config is based on the one from electron's repo with a few rules relaxed.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f4752aeec..e4741f98f 100644
--- a/package.json
+++ b/package.json
@@ -55,6 +55,7 @@
"eslint-plugin-vue": "9.2.0",
"jest": "28.1.3",
"jest-extended": "3.0.1",
+ "markdownlint-cli": "0.32.1",
"postcss-less": "6.0.0",
"stylelint": "14.9.1",
"stylelint-config-standard": "26.0.0",