Skip to content

Commit 8dffeef

Browse files
author
Josh Justice
committed
Do not lint node_modules
1 parent c62fcb1 commit 8dffeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)