Skip to content

Commit

Permalink
fix: remove check-pipe option of angular-whitespace rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Mar 27, 2020
1 parent a390850 commit ee77d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.js
Expand Up @@ -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,
Expand Down

0 comments on commit ee77d0d

Please sign in to comment.