toolmark-monorepo / @toolmark/lint / LintOptions
Interface: LintOptions
Defined in: packages/lint/src/run.ts:8
Options for lint.
Properties
budget?
optionalbudget?:number
Defined in: packages/lint/src/run.ts:14
Maximum tools per page before tool-budget warns. Default 40.
judges?
optionaljudges?:Judge[]
Defined in: packages/lint/src/run.ts:12
Optional lint plugins (e.g. the TypeSafe judge) run after the built-in rules.
manifests
manifests:
ManifestFile[]
Defined in: packages/lint/src/run.ts:10
The pages to lint (from --manifest files and/or --url collection).