From 8aa357131f11d6dd6424b4ec079808d06699fe6d Mon Sep 17 00:00:00 2001 From: Segun Adebayo Date: Wed, 13 Apr 2022 21:51:35 +0400 Subject: [PATCH] chore: update scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a76aedf6db..782a3d57cc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fix:pkgs": "manypkg fix", "gen:machine": "plop machine", "gen:util": "plop utility", - "lint": "turbo run lint --stream --parallel", + "lint": "eslint packages --ext .ts", "version": "changeset version", "release": "changeset publish", "test": "jest"