Added eslint config in vite-plugin-checker (#3321)
This commit is contained in:
@ -22,6 +22,9 @@ export default defineConfig(({ mode }) => {
|
|||||||
checker({
|
checker({
|
||||||
typescript: {
|
typescript: {
|
||||||
tsconfigPath: "tsconfig.app.json"
|
tsconfigPath: "tsconfig.app.json"
|
||||||
|
},
|
||||||
|
eslint: {
|
||||||
|
lintCommand: "eslint . --report-unused-disable-directives --max-warnings 0 --config .eslintrc.cjs",
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user