Skip to content

Commit 99d4b01

Browse files
committed
remove quiet option
1 parent d0dc50b commit 99d4b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/host/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
1919
"lint:hbs": "ember-template-lint .",
2020
"lint:hbs:fix": "ember-template-lint . --fix",
21-
"lint:js": "eslint . --quiet --cache",
22-
"lint:js:fix": "eslint . --quiet --fix",
21+
"lint:js": "eslint .",
22+
"lint:js:fix": "eslint . --fix",
2323
"lint:glint": "glint",
2424
"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",
2525
"start:build": "NODE_OPTIONS='--max-old-space-size=8192' FASTBOOT_DISABLED=true ember build --watch",

0 commit comments

Comments
 (0)