UNPKG

@angular-eslint/eslint-plugin

Version:

ESLint plugin for Angular applications, following https://angular.dev/style-guide

15 lines 665 B
export type Options = [ { readonly template?: number; readonly styles?: number; readonly animations?: number; } ]; export type MessageIds = 'componentMaxInlineDeclarations'; export declare const RULE_NAME = "component-max-inline-declarations"; declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"componentMaxInlineDeclarations", Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>; export default _default; export declare const RULE_DOCS_EXTENSION: { rationale: string; }; //# sourceMappingURL=component-max-inline-declarations.d.ts.map