Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneemkoushar authored Nov 24, 2023
1 parent 9ff3ccf commit 40a7a8b
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 @@ -12,7 +12,7 @@
"setup": "tsx setup.ts",
"test": "vitest run --no-threads --coverage",
"typecheck": "graphql-codegen && tsc --noEmit --pretty",
"lint:check": "eslint . --max-warnings=0",
"lint:check": "eslint . --max-warnings=1500",
"lint:fix": "eslint . --fix",
"format:fix": "prettier --write \"**/*.{ts,tsx,json,scss,css}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,json,scss,css}\"",
Expand Down

0 comments on commit 40a7a8b

Please sign in to comment.