From 0a72da233e2c011011ae5d7ccec95fc0bd716847 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 713d0e26e3..5b7c8db9d3 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",