File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22import { reactRouter } from "@react-router/dev/vite" ;
33import { defineConfig } from "vite" ;
44import tsconfigPaths from "vite-tsconfig-paths" ;
5- import checker from "vite-plugin-checker" ;
5+ // import checker from "vite-plugin-checker";
66
77// https://vitejs.dev/config/
88export default defineConfig ( {
99 base : process . env . SUBDIR ?? undefined ,
1010 plugins : [
1111 reactRouter ( ) ,
1212 tsconfigPaths ( ) ,
13- ! process . env . VITEST
14- ? checker ( {
15- typescript : true ,
16- eslint : { lintCommand : "eslint ." , useFlatConfig : true } ,
17- } )
18- : null ,
13+ // !process.env.VITEST
14+ // ? checker({
15+ // typescript: true,
16+ // eslint: { lintCommand: "eslint .", useFlatConfig: true },
17+ // })
18+ // : null,
1919 ] ,
2020 test : {
2121 globals : true ,
You can’t perform that action at this time.
0 commit comments