@deterministic-code/co-rules-recommended
v0.2.0
Published
Meta-package: installs the full first-party captain-obvious rule set. Depends on every @deterministic-code/co-rule-* rule so a consumer gets them all with one install; the engine discovers them from node_modules by keyword.
Maintainers
Readme
@deterministic-code/co-rules-recommended
The full first-party captain-obvious rule set as a single install.
This package ships no rule code. It only declares every
@deterministic-code/co-rule-* rule as a dependency, so installing it pulls the
whole set into node_modules, where the engine discovers each one by its
captain-obvious-rule keyword — exactly as if you had listed all 31 by hand.
npm i -D @deterministic-code/captain-obvious @deterministic-code/co-rules-recommended
npx captain-obvious seed-rules # discovers every bundled rulePrefer à la carte? Skip this package and install only the rules you want:
npm i -D @deterministic-code/captain-obvious \
@deterministic-code/co-rule-lint-comments \
@deterministic-code/co-rule-lint-namingBoth paths use the same discovery mechanism; the bundle is only a convenience aggregator. The per-project registry DB still decides which discovered rules run.
