浏览代码

- Update flow's config to support getters\setters

Parad0x 7 年之前
父节点
当前提交
266366257a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .flowconfig

+ 1 - 1
.flowconfig

@@ -7,5 +7,5 @@
 [lints]
 
 [options]
-
+unsafe.enable_getters_and_setters=true
 [strict]