diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-07 12:27:24 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-08 22:39:19 +0300 |
| commit | 7f4cb1d35dca5f954082622a6cb6aa84657e3131 (patch) | |
| tree | 501833b8288895d88640205e52ea2e259903873e | |
| parent | 62474481c1ff8081f0e741f38128fccfbad5ad3b (diff) | |
| download | mullvadvpn-7f4cb1d35dca5f954082622a6cb6aa84657e3131.tar.xz mullvadvpn-7f4cb1d35dca5f954082622a6cb6aa84657e3131.zip | |
Disable warnings on properties due to Flow bug
See https://github.com/facebook/flow/issues/2826
| -rw-r--r-- | .flowconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.flowconfig b/.flowconfig index d65c855ee9..61b80b68a9 100644 --- a/.flowconfig +++ b/.flowconfig @@ -10,3 +10,4 @@ [options] munge_underscores=true +unsafe.enable_getters_and_setters=true |
