Skip to content

Commit 16ce0d8

Browse files
committed
Simplify oxc configs
1 parent ff8514d commit 16ce0d8

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

.oxfmtrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
]
2828
},
2929
"sortPackageJson": true,
30-
"ignorePatterns": ["bun.lock", "packages/@sysopkit/*/dist/**", "packages/*/dist/**"]
30+
"ignorePatterns": ["*/dist/**"]
3131
}

.oxlintrc.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"$schema": "./node_modules/oxlint/configuration_schema.json",
3-
"plugins": [
4-
"unicorn",
5-
"typescript",
6-
"oxc"
7-
],
3+
"plugins": ["unicorn", "typescript", "oxc"],
84
"options": {
95
"typeAware": true,
106
"typeCheck": true
@@ -42,10 +38,5 @@
4238
"node": true
4339
},
4440
"globals": {},
45-
"ignorePatterns": [
46-
"packages/@sysopkit/*/dist/**",
47-
"packages/*/dist/**",
48-
"docs/.astro/**",
49-
"docs/dist/**"
50-
]
41+
"ignorePatterns": ["*/dist/**", "docs/.astro/**"]
5142
}

0 commit comments

Comments
 (0)