Added eslint config in vite-plugin-checker (#3321)

This commit is contained in:
Lucas Bordeau 2024-01-10 09:43:24 +01:00 committed by GitHub
parent 11bf03bbea
commit fbf7496fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,9 @@ export default defineConfig(({ mode }) => {
checker({
typescript: {
tsconfigPath: "tsconfig.app.json"
},
eslint: {
lintCommand: "eslint . --report-unused-disable-directives --max-warnings 0 --config .eslintrc.cjs",
}
}),
]