Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into linter-jsdoc-require_returns
Browse files Browse the repository at this point in the history
  • Loading branch information
leaysgur committed May 23, 2024
2 parents 487f310 + 3671b5c commit 79daf02
Show file tree
Hide file tree
Showing 80 changed files with 1,540 additions and 505 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall --no-confirm cargo-release-oxc
- run: cargo release-oxc publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 2 additions & 0 deletions .taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ include = ["Cargo.toml", "crates/*/*.toml", "tasks/*/*.toml", "editor/*/*.toml",
[formatting]
align_entries = true
column_width = 120
align_comments = false
reorder_arrays = true

0 comments on commit 79daf02

Please sign in to comment.