Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-06-10 06:40:27 +0300
committerEvan Read <eread@gitlab.com>2022-06-10 06:40:27 +0300
commit32b73c290a056fd1f590f8f6ad6b9664da2e3245 (patch)
treed86d020d93d63270adbe848632aec5b8d199a80f /package.json
parentaf999a0769cb4f3e405b5a212ce5cadbdc31c5e6 (diff)
Add markdownlint to projecteread/add-markdownlint-to-project
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 37880806..4291440a 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,7 @@
"glob": "^8.0.3",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
+ "markdownlint-cli": "^0.31.1",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"rollup": "^2.75.6",