Skip to content

Commit 11c99f1

Browse files
committed
front: set max-warnings allowed in the CI to 0
1 parent 9301dba commit 11c99f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig(({ mode }) => {
2020
buildMode: true,
2121
},
2222
eslint: {
23-
lintCommand: 'eslint --ext .ts,.tsx,.js,.jsx src --max-warnings 2',
23+
lintCommand: 'eslint --ext .ts,.tsx,.js,.jsx src --max-warnings 0',
2424
},
2525
overlay: env.OSRD_VITE_OVERLAY !== 'false' && {
2626
initialIsOpen: env.OSRD_VITE_OVERLAY_OPEN_BY_DEFAULT === 'true',

0 commit comments

Comments
 (0)