Skip to content

Commit bfca102

Browse files
author
Josh Justice
committed
Add template lint NPM script
1 parent 396c0eb commit bfca102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"scripts": {
1919
"build": "ember build",
20+
"lint:hbs": "ember-template-lint .",
2021
"lint:js": "eslint . --cache",
2122
"lint:deps": "ember dependency-lint",
2223
"prettier": "prettier --write '{app,tests,mirage}/**/*.js'",

0 commit comments

Comments
 (0)