Fix start twenty-front not working with flat file config (#13816)

Use flat file config
This commit is contained in:
Félix Malfait
2025-08-11 13:37:56 +02:00
committed by GitHub
parent 7f36ec713e
commit c8d8fb20c9
+1
View File
@@ -73,6 +73,7 @@ export default defineConfig(({ command, mode }) => {
checkers['eslint'] = {
lintCommand:
'eslint ../../packages/twenty-front --max-warnings 0',
useFlatConfig: true,
};
}