Skip to content

Commit

Permalink
Update lint, type-check command to the same as other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Aug 6, 2024
1 parent c87f883 commit 2be1ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "astro preview",
"astro": "astro",
"fetchRegions": "vite-node ./data/fetchRegions.ts && prettier ./data/regions.json --write",
"type-check": "astro check && tsc --skipLibCheck",
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx|astro|mdx)\"",
"type-check": "astro check && tsc --skipLibCheck --noEmit",
"lint": "eslint",
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx|astro|mdx)\" --write",
"check": "npm run type-check && npm run format && npm run lint",
"updatePackages:major": "npx taze major --write && npm install",
Expand Down

0 comments on commit 2be1ffd

Please sign in to comment.