projecte_ionic/node_modules/@angular-eslint/eslint-plugin-template/dist/rules/conditional-complexity.d.ts
2022-02-09 18:30:03 +01:00

7 lines
428 B
TypeScript
Executable file
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

declare type Options = [{
maxComplexity: number;
}];
export declare type MessageIds = 'conditionalСomplexity';
export declare const RULE_NAME = "conditional-complexity";
declare const _default: import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleModule<"conditionalСomplexity", Options, import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleListener>;
export default _default;