We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917ffc6 commit 80b2b66Copy full SHA for 80b2b66
package.json
@@ -17,7 +17,7 @@
17
},
18
"scripts": {
19
"build": "ember build",
20
- "lint": "eslint app addon blueprints config server test-support tests *.js",
+ "lint:js": "eslint ./*.js app config lib mirage server tests",
21
"start": "ember serve",
22
"start:live": "ember serve --proxy https://crates.io",
23
"start:local": "ember serve --proxy http://127.0.0.1:8888",
0 commit comments