Upgrade oxlint and disable line (#690)

side note: test.only check doesn't work because oxlint hardcodes to find
jest
https://github.com/oxc-project/oxc/blob/main/crates/oxc_linter/src/utils/jest/parse_jest_fn.rs#L317
This commit is contained in:
Will Chen
2025-07-31 13:02:29 -07:00
committed by GitHub
parent 14f13c7c92
commit a6e0ea2f73
3 changed files with 40 additions and 39 deletions

View File

@@ -76,7 +76,7 @@
"happy-dom": "^17.4.4",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"oxlint": "^0.16.9",
"oxlint": "^1.8.0",
"prettier": "3.5.3",
"typescript": "^5.8.3",
"vite": "^5.4.17",