diff options
Diffstat (limited to 'client/tslint.json')
-rw-r--r-- | client/tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tslint.json b/client/tslint.json index 6438519a6..068fe596e 100644 --- a/client/tslint.json +++ b/client/tslint.json | |||
@@ -21,7 +21,7 @@ | |||
21 | "no-attribute-parameter-decorator": true, | 21 | "no-attribute-parameter-decorator": true, |
22 | "no-input-rename": true, | 22 | "no-input-rename": true, |
23 | "no-output-rename": true, | 23 | "no-output-rename": true, |
24 | "no-forward-ref": true, | 24 | "no-forward-ref": false, |
25 | "use-life-cycle-interface": true, | 25 | "use-life-cycle-interface": true, |
26 | "use-pipe-transform-interface": true, | 26 | "use-pipe-transform-interface": true, |
27 | "pipe-naming": [true, "camelCase", "my"], | 27 | "pipe-naming": [true, "camelCase", "my"], |