Home > harper.js > LintConfig
A linting rule configuration dependent on upstream Harper’s available rules. This is a record, since you shouldn’t hard-code the existence of any particular rules and should generalize based on this struct.
Signature:
export declare type LintConfig = Record<string, boolean | null>;