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 crates/oxc_language_server/src/linter/server_linter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ mod test {
}

#[test]
#[ignore = "Will be restored in #15048"]
#[cfg(not(target_endian = "big"))]
fn test_lint_on_run_on_type_on_save() {
Tester::new(
Expand All @@ -531,6 +532,7 @@ mod test {
}

#[test]
#[ignore = "Will be restored in #15048"]
#[cfg(not(target_endian = "big"))]
fn test_lint_on_run_on_save_on_save() {
Tester::new(
Expand Down Expand Up @@ -660,6 +662,7 @@ mod test {
}

#[test]
#[ignore = "Will be restored in #15048"]
#[cfg(not(target_endian = "big"))] // TODO: tsgolint doesn't support big endian?
fn test_tsgo_lint() {
let tester = Tester::new(
Expand Down
2 changes: 1 addition & 1 deletion npm/oxlint/scripts/generate-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function writeManifest() {
// Do not automatically install 'oxlint-tsgolint'.
// https://docs.npmjs.com/cli/v11/configuring-npm/package-json#peerdependenciesmeta
manifestData.peerDependencies = {
'oxlint-tsgolint': '>=0.3.0',
'oxlint-tsgolint': '>=0.4.0',
};
manifestData.peerDependenciesMeta = {
'oxlint-tsgolint': {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"build-test": "pnpm --workspace-concurrency=1 --filter \"./napi/*\" --filter \"./apps/*\" build-test",
"test": "pnpm --workspace-concurrency=1 --filter \"./napi/*\" --filter \"./apps/*\" test",
"fmt": "oxfmt -c oxfmtrc.jsonc",
"lint": "oxlint -c oxlintrc.json --type-aware --deny-warnings"
"lint": "oxlint -c oxlintrc.json --deny-warnings"
},
"devDependencies": {
"@arethetypeswrong/core": "0.18.2",
"@napi-rs/cli": "catalog:",
"emnapi": "1.6.0",
"oxfmt": "^0.8.0",
"oxlint": "^1.24.0",
"oxlint-tsgolint": "0.3.0",
"oxlint-tsgolint": "0.4.0",
"publint": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
Expand Down
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading