Skip to content

Commit 48202d0

Browse files
committed
1.0.2
1 parent fff8dbe commit 48202d0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
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

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -13,12 +13,17 @@
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/**"

0 commit comments

Comments
 (0)