Skip to content

Commit

Permalink
Revert: eslintを有効活用
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Jan 27, 2024
1 parent 2d9b3b0 commit 9228080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ export default defineConfig((options) => {
options.mode !== "test" &&
checker({
overlay: false,
// eslint: {
// lintCommand: "eslint --ext .ts,.vue .",
// },
eslint: {
lintCommand: "eslint --ext .ts,.vue .",
},
vueTsc: true,
}),
isElectron &&
Expand Down

0 comments on commit 9228080

Please sign in to comment.