Skip to content

Commit e7b2fa7

Browse files
rafaelss95mgechev
authored andcommitted
refactor(rule): drop deprecated 'pipe-naming' (#745)
1 parent 4f5abe7 commit e7b2fa7

File tree

4 files changed

+0
-284
lines changed

4 files changed

+0
-284
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ Below you can find a recommended configuration which is based on the [Angular St
328328
| `no-unused-css` | _Experimental_ |
329329
| `template-conditional-complexity` | _Experimental_ |
330330
| `angular-whitespace` | _Deprecated_ |
331-
| `pipe-naming` | _Deprecated_ |
332331

333332
## Disable a rule that validates Template or Styles
334333

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export { Rule as NoQueriesParameterRule } from './noQueriesParameterRule';
2323
export { Rule as NoTemplateCallExpressionRule } from './noTemplateCallExpressionRule';
2424
export { Rule as NoUnusedCssRule } from './noUnusedCssRule';
2525
export { Rule as PipeImpureRule } from './pipeImpureRule';
26-
export { Rule as PipeNamingRule } from './pipeNamingRule';
2726
export { Rule as PipePrefixRule } from './pipePrefixRule';
2827
export { Rule as PreferInlineDecorator } from './preferInlineDecoratorRule';
2928
export { Rule as PreferOutputReadonlyRule } from './preferOutputReadonlyRule';

src/pipeNamingRule.ts

Lines changed: 0 additions & 133 deletions
This file was deleted.

test/pipeNamingRule.spec.ts

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)