Browse Source
fix(flow): Exclude app/node_modules from flow checks
renovate/lint-staged-8.x
Ben Woosley
7 years ago
No known key found for this signature in database
GPG Key ID: 6EE5F3785F78B345
1 changed files with
1 additions and
0 deletions
-
.flowconfig
|
|
@ -1,5 +1,6 @@ |
|
|
|
[ignore] |
|
|
|
<PROJECT_ROOT>/node_modules/* |
|
|
|
<PROJECT_ROOT>/app/node_modules/* |
|
|
|
<PROJECT_ROOT>/app/main.prod.js |
|
|
|
<PROJECT_ROOT>/app/main.prod.js.map |
|
|
|
<PROJECT_ROOT>/app/dist/.* |
|
|
|