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
+7-20Lines changed: 7 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,16 @@ This config intentionally omits all formatting/style rules (spacing, semicolons,
59
59
60
60
## Rules not covered by oxlint
61
61
62
-
The following rules from `eslint-config-universe` do not have oxlint equivalents. If you need them, you'll need to keep ESLint running alongside oxlint for these specific rules, or accept the gap.
62
+
The following rules from `eslint-config-universe` do not have `oxlint-config-universe` coverage. If you need them, you'll need to keep ESLint running alongside oxlint for these specific rules, or accept the gap.
|`no-implied-eval`| Only available with type-aware, present in `oxlint-config-universe/typescript-analysis`|
70
+
|`no-octal`| Not implemented |
71
+
|`no-octal-escape`| Not implemented |
73
72
74
73
### Import rules
75
74
@@ -91,18 +90,6 @@ Recommended oxfmt config to match eslint-config-universe import/order configurat
91
90
}
92
91
```
93
92
94
-
### TypeScript rules
95
-
96
-
These ESLint rules have TypeScript-specific overrides that don't exist in oxlint. The base ESLint versions are included in core and may work adequately for TypeScript files, but lack TypeScript-aware handling (e.g., understanding type-only imports):
0 commit comments