Skip to content

Commit c3c990d

Browse files
authored
Add max-warnings to zero (calcom#23565)
1 parent 84a7423 commit c3c990d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"lint-staged": {
143143
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [
144144
"prettier --write",
145-
"eslint --fix"
145+
"eslint --fix --max-warnings=0"
146146
],
147147
"*.json": [
148148
"prettier --write"

0 commit comments

Comments
 (0)