Skip to content

Commit

Permalink
Revert lint command to ignore psychrolib.js
Browse files Browse the repository at this point in the history
  • Loading branch information
6nv committed Aug 9, 2024
1 parent 65f9eea commit 154fdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 154fdf9

Please sign in to comment.