Skip to content

Commit d4162b2

Browse files
authored
fix(presets): revert oxlint grouping (renovatebot#42272)
As noted in renovatebot#42268, the `oxc` repo also contains `oxfmt`, which users should not have grouped with `oxlint`. This is a revert of commit 7f6256e, and a tweak to make sure that this fulfills a regex pattern.
1 parent eda8c59 commit d4162b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/data/monorepo.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"/^com.oracle.database.jdbc:/",
2929
"/^com.oracle.database.nls:/"
3030
],
31+
"oxlint": ["oxlint", "eslint-plugin-oxlint"],
3132
"prometheus-simpleclient": "/^io.prometheus:simpleclient/",
3233
"russh": ["/^russh$/", "/^russh-keys$/"],
3334
"spfx": ["/^@microsoft/sp-/", "/^@microsoft/eslint-.+-spfx$/"],
@@ -600,10 +601,6 @@
600601
"opentelemetry-rust-contrib": "https://github.com/open-telemetry/opentelemetry-rust-contrib",
601602
"orleans": "https://github.com/dotnet/orleans",
602603
"orpc": "https://github.com/middleapi/orpc",
603-
"oxlint": [
604-
"https://github.com/oxc-project/oxc",
605-
"https://github.com/oxc-project/eslint-plugin-oxlint"
606-
],
607604
"panda-css": "https://github.com/chakra-ui/panda",
608605
"parcel": "https://github.com/parcel-bundler/parcel",
609606
"payloadcms": "https://github.com/payloadcms/payload",

0 commit comments

Comments
 (0)