mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 22:12:24 +03:00
Added eslint config in vite-plugin-checker (#3321)
This commit is contained in:
parent
11bf03bbea
commit
fbf7496fab
@ -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",
|
||||
}
|
||||
}),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user