-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use BiomeJS to format our code (#3496)
* chore: add biomejs and config to monorepo * chore: vscode settings for biomejs * chore: update ci and package.json scripts * chore: update internal docs * chore: format everything with biome * chore: remove unused tools script * chore: fix usage of reserved word * chore: fix import order with biomejs * chore: adjust formatter to use double quotes in JS * chore: format code with double quotes * chore: prettier should use double quotes too * chore: fix biome.json * chore: remove faiss_index files
- Loading branch information
Showing
1,945 changed files
with
46,195 additions
and
35,386 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": ["@changesets/changelog-github", {"repo": "twilio-labs/paste"}], | ||
"changelog": ["@changesets/changelog-github", { "repo": "twilio-labs/paste" }], | ||
"commit": false, | ||
"linked": [], | ||
"access": "public", | ||
|
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.