mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
## [0.10.2] - 2024-10-22 ### Features -dbe1972linter: Import/no-cycle should turn on ignore_types by default (#6761) (Boshen) -619d06flinter: Fix suggestion for `eslint:no_empty_static_block` rule (#6732) (Tapan Prakash) ### Bug Fixes ### Performance -8387baclinter: Apply small file optimization, up to 30% faster (#6600) (camchenry) ### Refactor -b884577linter: All ast_util functions take Semantic (#6753) (DonIsaac) -744aa74linter: Impl `Deref<Target = Semantic>` for `LintContext` (#6752) (DonIsaac) -6ffdcc0oxlint: Lint/mod.rs -> lint.rs (#6746) (Boshen) ### Testing -b03cec6oxlint: Add `--fix` test case (#6747) (Boshen) --------- Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
31 lines
No EOL
721 B
JSON
31 lines
No EOL
721 B
JSON
{
|
|
"name": "oxlint",
|
|
"version": "0.10.2",
|
|
"description": "Linter for the JavaScript Oxidation Compiler",
|
|
"keywords": [],
|
|
"author": "Boshen and oxc contributors",
|
|
"license": "MIT",
|
|
"homepage": "https://oxc.rs",
|
|
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oxc-project/oxc",
|
|
"directory": "npm/oxlint"
|
|
},
|
|
"bin": {
|
|
"oxlint": "bin/oxlint",
|
|
"oxc_language_server": "bin/oxc_language_server"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.*"
|
|
},
|
|
"files": [
|
|
"bin/oxlint",
|
|
"bin/oxc_language_server",
|
|
"configuration_schema.json",
|
|
"README.md"
|
|
]
|
|
} |