We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dc50b commit 99d4b01Copy full SHA for 99d4b01
packages/host/package.json
@@ -18,8 +18,8 @@
18
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
19
"lint:hbs": "ember-template-lint .",
20
"lint:hbs:fix": "ember-template-lint . --fix",
21
- "lint:js": "eslint . --quiet --cache",
22
- "lint:js:fix": "eslint . --quiet --fix",
+ "lint:js": "eslint .",
+ "lint:js:fix": "eslint . --fix",
23
"lint:glint": "glint",
24
"start": "NODE_OPTIONS='--max-old-space-size=8192' FASTBOOT_DISABLED=true OWN_REALM_URL=http://localhost:4201/drafts/ OTHER_REALM_URLS=http://localhost:4201/published/ ember serve",
25
"start:build": "NODE_OPTIONS='--max-old-space-size=8192' FASTBOOT_DISABLED=true ember build --watch",
0 commit comments