Skip to content

Commit

Permalink
fix(rule): add template-accessibility-elements-content to index.ts (#803
Browse files Browse the repository at this point in the history
)

closes #801
  • Loading branch information
wKoza authored and mgechev committed Mar 25, 2019
1 parent dadf8ec commit 1e8cbbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -28,6 +28,7 @@ export { Rule as PreferOnPushComponentChangeDetectionRule } from './preferOnPush
export { Rule as PreferOutputReadonlyRule } from './preferOutputReadonlyRule';
export { Rule as RelativeUrlPrefixRule } from './relativeUrlPrefixRule';
export { Rule as TemplateAccessibilityAltTextRule } from './templateAccessibilityAltTextRule';
export { Rule as TemplateAccessibilityElementsContentRule } from './templateAccessibilityElementsContentRule';
export { Rule as TemplateAccessibilityLabelForVisitor } from './templateAccessibilityLabelForRule';
export { Rule as TemplateAccessibilityTabindexNoPositiveRule } from './templateAccessibilityTabindexNoPositiveRule';
export { Rule as TemplateAccessibilityTableScopeRule } from './templateAccessibilityTableScopeRule';
Expand Down

0 comments on commit 1e8cbbf

Please sign in to comment.