Skip to content

Commit 80b2b66

Browse files
committed
Update linting script in package.json.
(per new ember-cli blueprint, w/ mirage directory added)
1 parent 917ffc6 commit 80b2b66

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": "eslint app addon blueprints config server test-support tests *.js",
20+
"lint:js": "eslint ./*.js app config lib mirage server tests",
2121
"start": "ember serve",
2222
"start:live": "ember serve --proxy https://crates.io",
2323
"start:local": "ember serve --proxy http://127.0.0.1:8888",

0 commit comments

Comments
 (0)