Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 785d495

Browse files
alxmythfusion-bot[bot]
authored andcommitted
Fix .flowconfig to not overwrite
#97
1 parent fe9de4f commit 785d495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.flowconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[ignore]
22
.*/node_modules/.*[^(package)]\.json$
3+
<PROJECT_ROOT>/dist/.*
34

45
[include]
56
./src/
67

78
[libs]
9+
./node_modules/fusion-core/flow-typed
810

911
[lints]
1012

1113
[options]
12-
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
1314

1415
[strict]

0 commit comments

Comments
 (0)