Commit 1607b8a
committed
feat: replace ESLint with oxlint across the workspace
Wire oxlint into lint-staged, ui-scripts lint, and regression-test's
lint script, replacing ESLint everywhere it ran. Remove ESLint's config
files, its now-superseded custom plugin, and dependencies that have no
remaining consumer: eslint, @eslint/js, @vitest/eslint-plugin,
eslint-config-prettier, eslint-import-resolver-node,
eslint-module-utils, eslint-plugin-compat, eslint-plugin-jsx-a11y,
eslint-plugin-notice, globals, and typescript-eslint.
eslint-plugin-react and read-package-up are kept - both are still
runtime dependencies of oxlint's jsPlugins bridge and custom rules,
respectively.1 parent e9b856e commit 1607b8a
9 files changed
Lines changed: 13 additions & 955 deletions
File tree
- packages/ui-scripts
- lib
- __node_tests__
- commands
- regression-test
- scripts/eslint
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
76 | 74 | | |
77 | 75 | | |
78 | 76 | | |
| |||
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 86 | | |
96 | | - | |
97 | 87 | | |
98 | 88 | | |
99 | 89 | | |
| |||
103 | 93 | | |
104 | 94 | | |
105 | 95 | | |
106 | | - | |
107 | 96 | | |
108 | 97 | | |
109 | 98 | | |
110 | 99 | | |
111 | 100 | | |
112 | 101 | | |
113 | 102 | | |
114 | | - | |
115 | | - | |
116 | 103 | | |
117 | 104 | | |
118 | 105 | | |
| |||
128 | 115 | | |
129 | 116 | | |
130 | 117 | | |
131 | | - | |
| 118 | + | |
132 | 119 | | |
133 | 120 | | |
134 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments