From 464de8b0edfcfa73436524e29bfd73aa19f4d033 Mon Sep 17 00:00:00 2001 From: Will Johns <87324245+Will-Johns@users.noreply.github.com> Date: Tue, 4 Oct 2022 12:06:59 -0400 Subject: [PATCH] fix: don't set ignore file in default command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 571bf9bb..f5546325 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "javascript", "scripts": { - "lint": "eslint packages --ignore-path .gitignore", + "lint": "eslint packages", "test": "npm run lint && lerna run test" }, "gitHooks": {