mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
## [0.9.1] - 2024-08-29 ### Features -6633972linter: Add fixer for `no-empty` (#5276) (camc314) -a58e448linter/eslint: Add fixer to `no-var` (#5144) (camc314) -a6e9769linter/jsx-a11y: Add `label-has-associated-control` (#5163) (Billy Levin) -c8e8532linter/unicorn: Add fixer to `throw-new-error` (#5275) (camc314) -7ccde4blinter/unicorn: Add fixer to `prefer-date-now` (#5147) (camc314) ### Bug Fixes -76e86f8linter: Eslint-plugin-unicorn prefer-spread wrong linter suggestion on variables of type string (#5265) (Arian94) -b39544elinter/jest: Fixer for `prefer-jest-mocked` creates invalid LHS expressions (#5243) (camc314) -9953fa5linter/no-null: Incorrect fixer for `NullLiteral` within `ReturnStatement` (#5247) (Dunqing) -318479elinter/no-unused-vars: Mark the class/function in the new expression as used (#5306) (magic-akari) ### Refactor -fa1d460linter: Clean up Fixer and Message (#5308) (DonIsaac) Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
28 lines
No EOL
646 B
JSON
28 lines
No EOL
646 B
JSON
{
|
|
"name": "oxlint",
|
|
"version": "0.9.1",
|
|
"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": "bin/oxlint",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.*"
|
|
},
|
|
"files": [
|
|
"bin/oxlint",
|
|
"bin/oxc_language_server",
|
|
"configuration_schema.json",
|
|
"README.md"
|
|
]
|
|
} |