-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Align tooling with team standards (#244)
* chore: Setup husky and update pre-commit hook to use pretty-quick * chore: Remove pre-push hook Not part of the team's norms. Let CI run our tests * lint should only be run against src and tests * Remove unnecessary @typescript-eslint/* packages Already included in typescript-eslint * chore: Update eslint and config to module js * fix lint errors * chore: Update jest config to team standards * chore: Remove explicit babel deps Long migrated to tsc * ci: Don't install husky in ci * ci: Downgrade python to 3.11 for gsutil compat * ci: Use firefox for integration tests Workaround current issue of using chrome 130+ with testcafe * Pin tests to chrome 129 Workaround an issue with testcafe + chrome 130+
- Loading branch information
Showing
23 changed files
with
475 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx pretty-quick --staged --pattern "**/*.{js,ts,mjs,cjs}" | ||
npm run lint |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.