You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2026. It is now read-only.
Description
Allow enabling/disabling rules and changing severity per-project via configuration.
Example Config
{ "rules": { "any-type": "off", "console-log": "warn", "complexity": { "severity": "error", "maxComplexity": 15 }, "ts-ignore": { "severity": "error", "allowWithDescription": true } } }Config Resolution
.krolik.jsonin project rootTasks
rulessection parsing in config loaderSchema
Acceptance Criteria
"rule": "off"