diff --git a/package.json b/package.json index 0c221e4f..44efc301 100644 --- a/package.json +++ b/package.json @@ -77,11 +77,11 @@ "build:backend": "webpack --config backend.webpack.config.js", "build:frontend": "webpack --config frontend.webpack.config.js", "build": "run-s -c build:*", - "lint:svelte:svelte-check": "svelte-check", - "lint:svelte": "run-p -c lint:svelte:*", - "lint:ts:eslint": "eslint \"src/**/*.svelte\" \"src/**/*.ts\" \"__tests__/**/*.ts\" \"*.config.{js,ts}\"", - "lint:ts": "run-s -c lint:ts:*", - "lint": "run-s -c lint:*", + "lint:svelte:svelte-check": "FORCE_COLOR=1 svelte-check", + "lint:svelte": "run-p -c --aggregate-output lint:svelte:*", + "lint:ts:eslint": "eslint --color \"src/**/*.svelte\" \"src/**/*.ts\" \"__tests__/**/*.ts\" \"*.config.{js,ts}\"", + "lint:ts": "run-p -c --aggregate-output lint:ts:*", + "lint": "run-p -c --aggregate-output lint:*", "start": "webpack serve -c test.frontend.webpack.config.js --mode development --no-client-overlay", "test:backend": "jest", "test:frontend": "nyc --reporter=lcov playwright test",