Skip to content

Commit

Permalink
Overriding angular whitespace rule b/c of pipe false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Davis committed Aug 7, 2017
1 parent 2e396d4 commit 1c94d96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tslint.json
Expand Up @@ -12,6 +12,9 @@
"typedef": [
false
],
"angular-whitespace": [
false
],
"object-curly-spacing": true,
"arrow-return-shorthand": true,
"callable-types": true,
Expand Down

0 comments on commit 1c94d96

Please sign in to comment.