Skip to content

Commit 783b16b

Browse files
committed
Update lint scripts
1 parent b472edb commit 783b16b

2 files changed

Lines changed: 386 additions & 8 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"main": "ember-template-lint-plugin-prettier.js",
1818
"scripts": {
1919
"changelog": "lerna-changelog",
20+
"lint": "npm-run-all lint:* --continue-on-error",
21+
"lint:docs": "markdownlint 'docs/**/*.md'",
2022
"lint:js": "eslint . --cache",
2123
"test": "mocha --recursive",
2224
"format": "yarn prettier '**/*.{hbs,js,json,yml}' --write"
@@ -38,6 +40,7 @@
3840
"lerna-changelog": "^1.0.0",
3941
"markdownlint-cli": "^0.22.0",
4042
"mocha": "^7.0.1",
43+
"npm-run-all": "^4.1.5",
4144
"prettier": "^1.19.0"
4245
},
4346
"engines": {

0 commit comments

Comments
 (0)