mirror of
https://github.com/danbulant/oxc
synced 2026-05-23 06:08:47 +00:00
## [0.9.5] - 2024-09-12
### Features
- 4b04f65 linter: Implement `no-plusplus` rule (#5570) (Cam McHenry)
---------
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"name": "oxlint",
|
|
"version": "0.9.5",
|
|
"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"
|
|
]
|
|
}
|