Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions oxlint.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default extendConfig(base, {
// The preset covers the usual suspects; these two are this repo's own: `lib/`
// is the published build output, `reports/` is scratch for the release scripts.
ignorePatterns: ["lib/**", "reports/**"],
// oxlint 1.78 adds one-var to the enabled style category. This repo keeps
// declarations separate, so the new rule stays off.
rules: { "one-var": "off" },
overrides: [
{
// tools/ holds the changelog and release-notes CLIs. Printing to the
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"magic-oxfmt-config": "^1.2.0",
"magic-oxlint-config": "^2.0.0",
"magic-tsconfig": "^1.2.0",
"oxfmt": "0.62.0",
"oxlint": "1.77.0",
"oxfmt": "0.63.0",
"oxlint": "1.78.0",
"rimraf": "^6.1.3",
"safe-publish-latest": "^2.0.0",
"ts-jest": "^29.4.12",
Expand Down Expand Up @@ -93,5 +93,5 @@
"engines": {
"node": ">=14.0"
},
"packageManager": "pnpm@11.20.0"
"packageManager": "pnpm@11.21.0"
}
Loading
Loading