Skip to content

Commit

Permalink
Merge branch 'oxc-project:main' into linter/order
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoutnik97 authored Jan 6, 2025
2 parents 391506f + 4d2888d commit 23fe68d
Show file tree
Hide file tree
Showing 302 changed files with 26,464 additions and 6,261 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>Boshen/renovate", "helpers:pinGitHubActionDigests"],
"ignorePaths": [
"crates/oxc_linter/fixtures/**"
]
"ignorePaths": ["crates/oxc_linter/fixtures/**"],
"ignoreDeps": ["@types/vscode"]
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
- uses: crate-ci/typos@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # v1.28.3
- uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4
with:
files: .

Expand Down
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extend-exclude = [
"tasks/prettier_conformance/snapshots",
"tasks/transform_conformance/tests/**/output.js",
"tasks/transform_conformance/overrides",
"tasks/transform_conformance/snapshots",
"npm/oxc-wasm/oxc_wasm.js",
]

Expand Down
Loading

0 comments on commit 23fe68d

Please sign in to comment.