Skip to content

Commit

Permalink
fix lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Jan 24, 2024
1 parent 78e7300 commit 4ec4263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_utils/lint-staged.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
'**/*.ts?(x)': () => ['eslint --cache --fix', 'tsc --noEmit'],
'**/*.ts?(x)': () => ['eslint --cache --fix --max-warnings=0', 'tsc --noEmit'],
}

0 comments on commit 4ec4263

Please sign in to comment.