mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
## [0.15.6] - 2025-01-13 ### Features -457aa31linter: Implement `no-lone-blocks` rule (#8145) (Yuichiro Yamashita) ### Refactor -aea9551ast: Simplify `get_identifier_reference` of `TSType` and `TSTypeName` (#8273) (Dunqing) -43ed3e1linter: Add output formatter (#8436) (Alexander S.) -4e05e66linter: Remove glob for windows (#8390) (Alexander S.) -b19d809linter: Split `unicorn/prefer-spread` and `eslint/prefer-spread` into own rules (#8329) (Alexander S.) -3c534aelinter: Refactor `LintBuilder` to prep for nested configs (#8034) (camc314) -2f9fab9linter: Remove remapping for plugin name in diagnostics (#8223) (Alexander S.) ### Testing -b6c1546linter: Use plugin name instead of category for finding rule (#8353) (Alexander S.) Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
31 lines
722 B
JSON
31 lines
722 B
JSON
{
|
|
"name": "oxlint",
|
|
"version": "0.15.6",
|
|
"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"
|
|
]
|
|
}
|