Skip to content

Commit

Permalink
Merge pull request #636 from 3flex/patch-1
Browse files Browse the repository at this point in the history
Run tsc with lint script
  • Loading branch information
nielsvanvelzen authored Oct 22, 2024
2 parents f02f67c + 80a8e28 commit 9859c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
"start": "vite",
"build": "vite build",
"test": "vitest",
"lint": "npm run lint:code && npm run lint:css",
"lint": "npm run lint:code && npm run lint:ts && npm run lint:css",
"lint:code": "eslint",
"lint:ts": "tsc --noEmit",
"lint:css": "stylelint src/**/*.css"
}
}

0 comments on commit 9859c9f

Please sign in to comment.