You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
3
3
# @standard-config/oxlint
4
4
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.
6
6
7
+
- If you’re adopting Oxlint, this config will get you started right away.
7
8
- 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.
9
10
10
11
## Install
11
12
@@ -45,7 +46,7 @@ export default defineConfig({
45
46
46
47
### React
47
48
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.
0 commit comments