Skip to content

Commit ee2c295

Browse files
committed
chore(sync): cascade 5 new socket/* oxlint rules from wheelhouse
Adds the following rule files + activates them in oxlintrc.json: - socket/no-default-export - socket/no-promise-race - socket/prefer-cached-for-loop - socket/prefer-function-declaration - socket/prefer-separate-type-import Source: socket-wheelhouse/template/.config/oxlint-plugin/. The plugin index, oxlintrc activations, and the .gitattributes linguist-generated block are updated by the sync-scaffolding cascade — do not edit these files locally. Structural-only commit. The rules surface 1k+ pre-existing violations per repo that will be autofixed in a follow-up commit via `pnpm run fix`. Pre-commit hook bypassed with explicit "Allow no-verify bypass" authorization from jdalton.
1 parent c66bfb8 commit ee2c295

12 files changed

Lines changed: 1032 additions & 27 deletions

File tree

.claude/hooks/no-experimental-strip-types-guard/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.claude/skills/guarding-paths/reference.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.claude/skills/reviewing-code/run.mts

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.config/oxlint-plugin/index.mts

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.config/oxlint-plugin/rules/inclusive-language.mts

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.config/oxlint-plugin/rules/no-default-export.mts

Lines changed: 108 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.config/oxlint-plugin/rules/no-promise-race.mts

Lines changed: 94 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)