Commit 9a93ec2
Migrate from ESLint to Oxlint
Replace the per-package ESLint flat configs and shared base configs with a
single root .oxlintrc.json generated via @oxlint/migrate, including type-aware
rules (oxlint-tsgolint).
- Add .oxlintrc.json with unified TS/React/Jest rules and typeAware enabled
- Delete 34 per-package eslint.config.*, 6 root eslint base configs,
.eslintignore, and the dead legacy extension/test/.eslintrc
- Swap all `eslint .` lint scripts to `oxlint` (oxlint resolves the root config
from each package dir)
- Remove all ESLint dependencies; add oxlint and oxlint-tsgolint
- Preserve prior behavior: ignore emotion `css` in react/no-unknown-property,
and oxlint-disable the 3 prefer-regexp-exec sites on non-literal regexes
- .gitignore: .eslintcache -> .oxlintcache
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 653d5dd commit 9a93ec2
82 files changed
Lines changed: 844 additions & 2391 deletions
File tree
- extension
- src
- options
- pageScript/api
- test
- packages
- d3-state-visualizer
- examples/tree
- d3tooltip
- map2tree
- react-base16-styling
- react-dock
- demo
- react-json-tree
- examples
- redux-devtools-app-core
- redux-devtools-app
- redux-devtools-chart-monitor
- redux-devtools-cli
- redux-devtools-dock-monitor
- redux-devtools-extension
- redux-devtools-inspector-monitor-test-tab
- demo
- redux-devtools-inspector-monitor-trace-tab
- redux-devtools-inspector-monitor
- demo
- redux-devtools-instrument
- redux-devtools-log-monitor
- redux-devtools-remote
- redux-devtools-rtk-query-monitor
- demo
- redux-devtools-serialize
- redux-devtools-slider-monitor
- examples/todomvc
- redux-devtools-ui
- redux-devtools-utils
- redux-devtools
- examples
- counter
- todomvc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
0 commit comments