From ee77d0d7deff8aa076e298e24f0823b6efeacc3b Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Fri, 27 Mar 2020 11:01:01 +0100 Subject: [PATCH] fix: remove check-pipe option of angular-whitespace rule --- src/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.js b/src/module.js index 1331ae18..cbde5669 100644 --- a/src/module.js +++ b/src/module.js @@ -4,7 +4,7 @@ module.exports = { ], rules: { 'adjacent-overload-signatures': true, - 'angular-whitespace': [ true, 'check-interpolation', 'check-pipe', 'check-semicolon' ], + 'angular-whitespace': [ true, 'check-interpolation', 'check-semicolon' ], 'array-type': [ true, 'array' ], 'arrow-parens': true, 'arrow-return-shorthand': true,