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
11 changes: 5 additions & 6 deletions packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Basic Configuration
running via Node.js
* you can use comments in configuration files.
* tries to be compatible with ESLint v8's format
--tsconfig=<./tsconfig.json> TypeScript `tsconfig.json` path for reading path alias and
project references for import plugin. If not provided, will look for
`tsconfig.json` in the current working directory.
--tsconfig=<./tsconfig.json> Override the TypeScript config used for import resolution.
Oxlint automatically discovers the relevant `tsconfig.json` for each
file. Use this only when your project uses a non-standard tsconfig
name or location.
--init Initialize oxlint configuration with default values

Allowing / Denying Multiple Lints
Expand All @@ -42,9 +43,7 @@ Enable/Disable Plugins
--disable-unicorn-plugin Disable unicorn plugin, which is turned on by default
--disable-oxc-plugin Disable oxc unique rules, which is turned on by default
--disable-typescript-plugin Disable TypeScript plugin, which is turned on by default
--import-plugin Enable import plugin and detect ESM problems. It should be used with
the `--tsconfig` flag if your project has a tsconfig with a name other
than `tsconfig.json`.
--import-plugin Enable import plugin and detect ESM problems.
--react-plugin Enable react plugin, which is turned off by default
--jsdoc-plugin Enable jsdoc plugin and detect JSDoc problems
--jest-plugin Enable the Jest plugin and detect test problems
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/snap-tests/check-fix-missing-stderr/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
error: Formatting could not complete
Failed to load configuration file.
<cwd>/vite.config.ts
Error: The `fmt` field in the default export must be an object.
Ensure the file has a valid default export of a JSON-serializable configuration object.

Formatting failed during fix
Expand All @@ -10,6 +11,7 @@ Formatting failed during fix
error: Formatting could not start
Failed to load configuration file.
<cwd>/vite.config.ts
Error: The `fmt` field in the default export must be an object.
Ensure the file has a valid default export of a JSON-serializable configuration object.

Formatting failed before analysis started
11 changes: 5 additions & 6 deletions packages/cli/snap-tests/command-helper/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ Basic Configuration
running via Node.js
* you can use comments in configuration files.
* tries to be compatible with ESLint v8's format
--tsconfig=<./tsconfig.json> TypeScript `tsconfig.json` path for reading path alias and
project references for import plugin. If not provided, will look for
`tsconfig.json` in the current working directory.
--tsconfig=<./tsconfig.json> Override the TypeScript config used for import resolution.
Oxlint automatically discovers the relevant `tsconfig.json` for each
file. Use this only when your project uses a non-standard tsconfig
name or location.
--init Initialize oxlint configuration with default values

Allowing / Denying Multiple Lints
Expand All @@ -153,9 +154,7 @@ Enable/Disable Plugins
--disable-unicorn-plugin Disable unicorn plugin, which is turned on by default
--disable-oxc-plugin Disable oxc unique rules, which is turned on by default
--disable-typescript-plugin Disable TypeScript plugin, which is turned on by default
--import-plugin Enable import plugin and detect ESM problems. It should be used with
the `--tsconfig` flag if your project has a tsconfig with a name other
than `tsconfig.json`.
--import-plugin Enable import plugin and detect ESM problems.
--react-plugin Enable react plugin, which is turned off by default
--jsdoc-plugin Enable jsdoc plugin and detect JSDoc problems
--jest-plugin Enable the Jest plugin and detect test problems
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@babel/types": "^7.28.5",
"@oxc-node/cli": "catalog:",
"@oxc-node/core": "catalog:",
"@vitejs/devtools": "^0.1.0",
"@vitejs/devtools": "^0.1.2",
"es-module-lexer": "^1.7.0",
"hookable": "^6.0.1",
"magic-string": "^0.30.21",
Expand All @@ -136,8 +136,8 @@
},
"peerDependencies": {
"@arethetypeswrong/core": "^0.18.1",
"@tsdown/css": "0.21.3",
"@tsdown/exe": "0.21.3",
"@tsdown/css": "0.21.4",
"@tsdown/exe": "0.21.4",
"@types/node": "^20.19.0 || >=22.12.0",
"@vitejs/devtools": "^0.0.0-alpha.31",
"esbuild": "^0.27.0",
Expand Down Expand Up @@ -219,6 +219,6 @@
"bundledVersions": {
"vite": "8.0.0",
"rolldown": "1.0.0-rc.9",
"tsdown": "0.21.3"
"tsdown": "0.21.4"
}
}
Loading
Loading