From 154fdf95d750f521ed75b062c3847fd06f14eb05 Mon Sep 17 00:00:00 2001 From: Nicolas Ventura Date: Fri, 9 Aug 2024 07:56:39 -0700 Subject: [PATCH] Revert lint command to ignore psychrolib.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6860b9..f48820c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "jest --watch --onlyChanged", "test:ci": "jest --passWithNoTests --maxWorkers 4", "typecheck": "tsc --noEmit", - "lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .", + "lint": "eslint --cache --ignore-path ./.gitignore --ignore-pattern psychrolib.js --ext .js,.jsx,.ts,.tsx .", "lint:fix": "npm run lint -- --fix", "e2e": "playwright test", "server": "docker-compose up --build",