Skip to content

Commit 613f30c

Browse files
committed
Update README
1 parent 4c94094 commit 613f30c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
# @standard-config/oxlint
44

5-
Curated Oxlint config with sensible defaults. Carefully designed as a strict, environment-agnostic baseline for writing better TypeScript.
5+
Curated Oxlint config with sensible defaults. Designed as a careful, environment-agnostic baseline for writing better TypeScript.
66

7+
- If you’re adopting Oxlint, this config will get you started right away.
78
- If you’re migrating from [**xo**](https://github.com/xojs/xo) to Oxlint, you’ll feel right at home.
8-
- For additional rules not yet implemented in Oxlint, see [**@standard-config/eslint**](https://github.com/standard-config/eslint).
9+
- For rules not yet implemented in Oxlint, see the optional [**@standard-config/eslint**](https://github.com/standard-config/eslint) package for additional coverage.
910

1011
## Install
1112

@@ -45,7 +46,7 @@ export default defineConfig({
4546

4647
### React
4748

48-
Standard Config includes a set of React-related rules that are off by default. You can enable them by setting `react: true` in the root of your config.
49+
Standard Config includes a set of React-related rules that are off by default. You can enable them by setting `react: true` at the root of your config.
4950

5051
```ts
5152
import { defineConfig } from '@standard-config/oxlint';

0 commit comments

Comments
 (0)