aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tslint.json')
-rw-r--r--webapp/tslint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/tslint.json b/webapp/tslint.json
index 6cd34e9..9bfdcb2 100644
--- a/webapp/tslint.json
+++ b/webapp/tslint.json
@@ -131,7 +131,7 @@
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
- "no-access-missing-member": true,
+ "no-access-missing-member": false,
"templates-use-public": true,
"invoke-injectable": true
}