Commit 1cfafa3
committed
chore: move root config files to .config/
Cascaded from socket-wheelhouse. Moves the root config files into
.config/ (with leading dot dropped from the names since they're
already collected):
.oxlintrc.json → .config/oxlintrc.json
.oxfmtrc.json → .config/oxfmtrc.json
lockstep.json → .config/lockstep.json (if present)
lockstep.schema.json → .config/lockstep.schema.json (if present)
tsconfig.json → .config/tsconfig.json
tsconfig.dts.json → .config/tsconfig.dts.json (if present)
tsconfig.test.json → .config/tsconfig.test.json (if present)
Internal updates:
* .config/tsconfig.json paths re-rooted (../src etc.)
* .config/oxlintrc.json jsPlugins → './oxlint-plugin/index.js'
* tools that auto-discover tsconfig.json now pass -p .config/tsconfig.json
* lint / format / lockstep scripts pass -c / -p flags pointing at
the new paths
* package.json scripts (format, type, lockstep) updated to reference
.config/ paths
* CI workflows: lockstep.json refs updated to .config/lockstep.json1 parent e1ddcd1 commit 1cfafa3
9 files changed
Lines changed: 9 additions & 9 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
945 | | - | |
| 945 | + | |
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
| |||
0 commit comments