Fix start twenty-front not working with flat file config (#13816)
Use flat file config
This commit is contained in:
@@ -73,6 +73,7 @@ export default defineConfig(({ command, mode }) => {
|
||||
checkers['eslint'] = {
|
||||
lintCommand:
|
||||
'eslint ../../packages/twenty-front --max-warnings 0',
|
||||
useFlatConfig: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user