Skip to content

Commit

Permalink
fix(release): add 'no-template-call-expression' rule to index (#582)
Browse files Browse the repository at this point in the history
fixes #577
  • Loading branch information
kevinphelps authored and mgechev committed Apr 26, 2018
1 parent 1a9eccb commit ad57552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -20,6 +20,7 @@ export { Rule as NoOutputNamedAfterStandardEventRule } from './noOutputNamedAfte
export { Rule as NoOutputOnPrefixRule } from './noOutputOnPrefixRule';
export { Rule as NoOutputRenameRule } from './noOutputRenameRule';
export { Rule as NoQueriesParameterRule } from './noQueriesParameterRule';
export { Rule as NoTemplateCallExpressionRule } from './noTemplateCallExpressionRule';
export { Rule as NoUnusedCssRule } from './noUnusedCssRule';
export { Rule as PipeImpureRule } from './pipeImpureRule';
export { Rule as PipeNamingRule } from './pipeNamingRule';
Expand Down

0 comments on commit ad57552

Please sign in to comment.