mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-14 16:29:04 +00:00
test: add markdownlint-cli dependency + npm script
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
"build:site": "eleventy",
|
||||
"build": "npm run build:css && npm run build:site",
|
||||
"create-definitions": "bin/create-definitions",
|
||||
"lint": "npm run lint:css && npm run lint:js",
|
||||
"lint": "npm run lint:css && npm run lint:js && npm run lint:markdown",
|
||||
"lint:css": "stylelint \"assets/css/**/*.scss\"",
|
||||
"lint:js": "eslint \"11ty/**/*.js\"",
|
||||
"lint:markdown": "markdownlint '**/*.md' --ignore node_modules",
|
||||
"serve": "concurrently \"npm run serve:site\" \"npm run watch:css\"",
|
||||
"serve:site": "eleventy --serve",
|
||||
"test": "ava",
|
||||
@@ -63,6 +64,7 @@
|
||||
"esm": "^3.2.25",
|
||||
"husky": "^4.2.3",
|
||||
"lint-staged": "^10.0.7",
|
||||
"markdownlint-cli": "^0.23.0",
|
||||
"parcel-bundler": "^1.12.4",
|
||||
"prettier": "^1.19.1",
|
||||
"sass": "^1.23.7",
|
||||
|
||||
Reference in New Issue
Block a user