Skip to content

Commit

Permalink
hide eslint warnings in dev (#10044)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Jan 18, 2025
1 parent b24e645 commit 206ee47
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 206ee47

Please sign in to comment.