Skip to content

Commit 045e61a

Browse files
committed
Update flow and eslint configs
1 parent 69409df commit 045e61a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.eslintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
lib/
2+
node_modules/
3+
reports/
4+
node_modules.nosync/

.flowconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[ignore]
2-
./lib/.*
3-
./docs/.*
4-
./reports/.*
5-
./node_modules/.*
2+
<PROJECT_ROOT>/lib/.*
3+
<PROJECT_ROOT>/docs/.*
4+
<PROJECT_ROOT>/reports/.*
5+
<PROJECT_ROOT>/node_modules/.*
6+
<PROJECT_ROOT>/node_modules\.nosync/.*
67

78
[libs]
89
flow

0 commit comments

Comments
 (0)