UNPKG

4.46 kBTypeScriptView Raw
1export { Rule as AngularWhitespaceRule } from './angularWhitespaceRule';
2export { Rule as ComponentClassSuffixRule } from './componentClassSuffixRule';
3export { Rule as ComponentMaxInlineDeclarationsRule } from './componentMaxInlineDeclarationsRule';
4export { Rule as ComponentSelectorRule } from './componentSelectorRule';
5export { Rule as ContextualDecoratorRule } from './contextualDecoratorRule';
6export { Rule as ContextualLifecycleRule } from './contextualLifecycleRule';
7export { Rule as DirectiveClassSuffixRule } from './directiveClassSuffixRule';
8export { Rule as DirectiveSelectorRule } from './directiveSelectorRule';
9export { Rule as ImportDestructuringSpacingRule } from './importDestructuringSpacingRule';
10export { Rule as NoAttributeDecoratorRule } from './noAttributeDecoratorRule';
11export { Rule as NoConflictingLifecycleRule } from './noConflictingLifecycleRule';
12export { Rule as NoForwardRefRule } from './noForwardRefRule';
13export { Rule as NoHostMetadataPropertyRule } from './noHostMetadataPropertyRule';
14export { Rule as NoInputPrefixRule } from './noInputPrefixRule';
15export { Rule as NoInputRenameRule } from './noInputRenameRule';
16export { Rule as NoInputsMetadataPropertyRule } from './noInputsMetadataPropertyRule';
17export { Rule as NoLifecycleCallRule } from './noLifecycleCallRule';
18export { Rule as NoOutputNativeRule } from './noOutputNativeRule';
19export { Rule as NoOutputOnPrefixRule } from './noOutputOnPrefixRule';
20export { Rule as NoOutputRenameRule } from './noOutputRenameRule';
21export { Rule as NoOutputsMetadataPropertyRule } from './noOutputsMetadataPropertyRule';
22export { Rule as NoPipeImpureRule } from './noPipeImpureRule';
23export { Rule as NoQueriesMetadataPropertyRule } from './noQueriesMetadataPropertyRule';
24export { Rule as NoUnusedCssRule } from './noUnusedCssRule';
25export { Rule as PipePrefixRule } from './pipePrefixRule';
26export { Rule as PreferInlineDecoratorRule } from './preferInlineDecoratorRule';
27export { Rule as PreferOnPushComponentChangeDetectionRule } from './preferOnPushComponentChangeDetectionRule';
28export { Rule as PreferOutputReadonlyRule } from './preferOutputReadonlyRule';
29export { Rule as RelativeUrlPrefixRule } from './relativeUrlPrefixRule';
30export { Rule as TemplateAccessibilityAltTextRule } from './templateAccessibilityAltTextRule';
31export { Rule as TemplateAccessibilityElementsContentRule } from './templateAccessibilityElementsContentRule';
32export { Rule as TemplateAccessibilityLabelForVisitor } from './templateAccessibilityLabelForRule';
33export { Rule as TemplateAccessibilityTabindexNoPositiveRule } from './templateAccessibilityTabindexNoPositiveRule';
34export { Rule as TemplateAccessibilityTableScopeRule } from './templateAccessibilityTableScopeRule';
35export { Rule as TemplateAccessibilityValidAriaRule } from './templateAccessibilityValidAriaRule';
36export { Rule as TemplateBananaInBoxRule } from './templateBananaInBoxRule';
37export { Rule as TemplateClickEventsHaveKeyEventsRule } from './templateClickEventsHaveKeyEventsRule';
38export { Rule as TemplateConditionalComplexityRule } from './templateConditionalComplexityRule';
39export { Rule as TemplateCyclomaticComplexityRule } from './templateCyclomaticComplexityRule';
40export { Rule as TemplateI18nRule } from './templateI18nRule';
41export { Rule as TemplateMouseEventsHaveKeyEventsRule } from './templateMouseEventsHaveKeyEventsRule';
42export { Rule as TemplateNoAnyRule } from './templateNoAnyRule';
43export { Rule as TemplateNoAutofocusRule } from './templateNoAutofocusRule';
44export { Rule as TemplateNoCallExpressionRule } from './templateNoCallExpressionRule';
45export { Rule as TemplateNoDistractingElementsRule } from './templateNoDistractingElementsRule';
46export { Rule as TemplateNoNegatedAsyncRule } from './templateNoNegatedAsyncRule';
47export { Rule as TemplateUseTrackByFunctionRule } from './templateUseTrackByFunctionRule';
48export { Rule as UseComponentSelectorRule } from './useComponentSelectorRule';
49export { Rule as UseComponentViewEncapsulationRule } from './useComponentViewEncapsulationRule';
50export { Rule as UseInjectableProvidedInRule } from './useInjectableProvidedInRule';
51export { Rule as UseLifecycleInterfaceRule } from './useLifecycleInterfaceRule';
52export { Rule as UsePipeDecoratorRule } from './usePipeDecoratorRule';
53export { Rule as UsePipeTransformInterfaceRule } from './usePipeTransformInterfaceRule';
54export * from './angular';
55export declare const rulesDirectory = ".";