File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 44
55# @standard-config/oxlint
66
7- Curated Oxlint config with sensible defaults.
7+ Curated Oxlint config with sensible defaults. Carefully designed as a strict, environment-agnostic baseline for writing better TypeScript.
8+
9+ - If you’re migrating from [ ** xo** ] ( https://github.com/xojs/xo ) to Oxlint, you’ll feel right at home.
10+ - For additional rules not yet implemented in Oxlint, see [ ** @standard-config/eslint ** ] ( https://github.com/standard-config/eslint ) .
811
912## Install
1013
Original file line number Diff line number Diff line change 11{
22 "name" : " @standard-config/oxlint" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " Curated Oxlint config with sensible defaults" ,
55 "license" : " MIT" ,
66 "author" : {
1313 "url" : " git+https://github.com/standard-config/oxlint.git"
1414 },
1515 "keywords" : [
16+ " eslint-config-xo" ,
17+ " eslint-config-xo-typescript" ,
18+ " linter" ,
1619 " oxc" ,
1720 " oxlint" ,
1821 " oxlint-config" ,
22+ " oxlint-tsgolint" ,
1923 " standard-config" ,
2024 " type-aware" ,
21- " typescript"
25+ " typescript" ,
26+ " xo"
2227 ],
2328 "files" : [
2429 " dist/**"
You can’t perform that action at this time.
0 commit comments