Skip to content

Commit ad57552

Browse files
kevinphelpsmgechev
authored andcommittedApr 26, 2018
fix(release): add 'no-template-call-expression' rule to index (#582)
fixes #577
1 parent 1a9eccb commit ad57552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export { Rule as NoOutputNamedAfterStandardEventRule } from './noOutputNamedAfte
2020
export { Rule as NoOutputOnPrefixRule } from './noOutputOnPrefixRule';
2121
export { Rule as NoOutputRenameRule } from './noOutputRenameRule';
2222
export { Rule as NoQueriesParameterRule } from './noQueriesParameterRule';
23+
export { Rule as NoTemplateCallExpressionRule } from './noTemplateCallExpressionRule';
2324
export { Rule as NoUnusedCssRule } from './noUnusedCssRule';
2425
export { Rule as PipeImpureRule } from './pipeImpureRule';
2526
export { Rule as PipeNamingRule } from './pipeNamingRule';

0 commit comments

Comments
 (0)