Skip to content

Commit

Permalink
hide eslint warnings in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Jan 18, 2025
1 parent b24e645 commit f9363a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ export default defineConfig(({ mode }) => {
typescript: true,
eslint: {
lintCommand: "eslint ./src",
dev: {
logLevel: ["error"],
},
},
}),
treeShakeCareIcons({
Expand Down

0 comments on commit f9363a1

Please sign in to comment.