From d1fa81c2399c81050a8f8ee8fb2348ed35596a2b Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:32:32 -0400 Subject: [PATCH] Copy lint script from an ember project --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 713d0e26e..5b7c8db9d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "release": "changeset publish", "clean": "git clean -x -f", "compile": "tsc", - "lint": "concurrently 'yarn:lint:*'", + "lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'", "lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", "lint:eslint": "eslint . --cache", "lint:eslint:fix": "eslint . --fix",