Skip to content

Commit 329e7da

Browse files
committed
chore: declare lint.profile: rich (socket-lib runs richer oxlint config)
The fleet's standard oxlint plugin set (import, typescript, unicorn) is enforced by sync-scaffolding's oxlint-profile check. socket-lib ships a wider set (more plugins + stricter rules) — declare that intent in .socket-repo-template.json so the check skips us instead of flagging missing-plugin findings. Pairs with socket-repo-template@ee1fc37 which switched the check from a hardcoded `socket-lib` basename exemption to reading lint.profile from the per-repo config.
1 parent 27cc633 commit 329e7da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.socket-repo-template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "./socket-repo-template-schema.json",
33
"schemaVersion": 1,
44
"repoName": "socket-lib",
5-
"kind": "single-package"
5+
"kind": "single-package",
6+
"lint": {
7+
"profile": "rich"
8+
}
69
}

0 commit comments

Comments
 (0)