Require explicit public modifier

This commit is contained in:
hensm
2019-03-07 02:14:44 +00:00
parent 04a5284fdc
commit 0fef3fd98c
7 changed files with 29 additions and 29 deletions

View File

@@ -13,7 +13,7 @@
"limit": 80
, "ignore-pattern": "//|.*(\"|`);?$"
}]
, "member-access": [ true, "no-public" ]
, "member-access": [ true ]
, "no-console": [ true, "log" ]
, "no-namespace": [ true, "allow-declarations" ]
, "object-literal-sort-keys": false