Skip to content

Commit 2c4c1ac

Browse files
ci: allow warnings
1 parent 0834e15 commit 2c4c1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"serve": "gatsby serve",
1616
"clean": "gatsby clean",
1717
"typecheck": "tsc --noEmit",
18-
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
18+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 64",
1919
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)