mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Require explicit public modifier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user