Skip to content

Commit

Permalink
chore: 開発実行・ビルド時にvite-plugin-checkerでlintを実行しないようにする (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 31, 2025
1 parent a12d9ca commit 7b4cb60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ export default defineConfig((options) => {
mode !== "test" &&
checker({
overlay: false,
eslint: {
lintCommand: "eslint --ext .ts,.vue .",
},
vueTsc: true,
}),
isElectron && [
Expand Down

0 comments on commit 7b4cb60

Please sign in to comment.