From db937ce00a621e92b066a111ef9f672d638cacb4 Mon Sep 17 00:00:00 2001 From: zomars Date: Thu, 11 Aug 2022 12:47:36 -0600 Subject: [PATCH] Matches local lint with CI lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e7c495143..e3a07595bb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "next build", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next", "dev": "PORT=3002 next dev", - "lint": "next lint", + "lint": "eslint . --ignore-path .gitignore", "lint:report": "eslint . --format json --output-file ../../lint-results/api.json", "lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix", "start": "PORT=3002 next start",