Skip to content

Commit

Permalink
linting tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
alelliott committed Jun 14, 2024
1 parent 84ad34e commit 5a15e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineConfig(({ mode }) => {
typescript: true,
eslint: {
lintCommand:
'eslint "{src,config}/**/*.{vue,js,ts}" --cache --max-warnings=20',
'eslint "{src,config}/**/*.{vue,js,ts}" --cache --max-warnings=50',
},
}),
...(isAnalyze
Expand Down

0 comments on commit 5a15e65

Please sign in to comment.