Commit 2ceef54
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 988c6bb commit 2ceef54
9 files changed
Lines changed: 31 additions & 28 deletions
File tree
- .config
- packages/cli
- scripts
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 | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| 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 | | |
| |||
This file was deleted.
0 commit comments