Skip to content

Commit

Permalink
remove lint-branch warnings as these false positive.
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonator committed Aug 8, 2024
1 parent c973b7e commit f248f8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"format": "prettier --write .",
"format-check": "prettier --check .",
"heroku-postbuild": "chmod u+x scripts/heroku-build.sh && ./scripts/heroku-build.sh",
"lint-all": "NODE_OPTIONS=\"--max-old-space-size=4096\" eslint './packages/**/*.{ts,tsx}'",
"lint-branch": "./scripts/lint-branch.sh",
"lint-branch-warnings": "FAIL_WARNINGS=1 ./scripts/lint-branch.sh",
"load-db": "pnpm -F commonwealth load-db",
"migrate-db": "pnpm -F commonwealth migrate-db",
"prepare": "husky install",
Expand Down
25 changes: 0 additions & 25 deletions scripts/lint-branch.sh

This file was deleted.

0 comments on commit f248f8f

Please sign in to comment.