Skip to content

Commit

Permalink
chore: update vite eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Oct 24, 2024
1 parent 2c45f60 commit a7df6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
react(),
checker({
eslint: {
lintCommand: 'eslint "./src/**/*.{ts,tsx,js,jsx}"',
lintCommand: "eslint src",
},
}),
],
Expand Down

0 comments on commit a7df6ed

Please sign in to comment.