We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9301dba commit 11c99f1Copy full SHA for 11c99f1
front/vite.config.ts
@@ -20,7 +20,7 @@ export default defineConfig(({ mode }) => {
20
buildMode: true,
21
},
22
eslint: {
23
- lintCommand: 'eslint --ext .ts,.tsx,.js,.jsx src --max-warnings 2',
+ lintCommand: 'eslint --ext .ts,.tsx,.js,.jsx src --max-warnings 0',
24
25
overlay: env.OSRD_VITE_OVERLAY !== 'false' && {
26
initialIsOpen: env.OSRD_VITE_OVERLAY_OPEN_BY_DEFAULT === 'true',
0 commit comments