Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
intent-kacper-cyranowski committed Jun 24, 2024
1 parent 095dfbf commit 32ea108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ node_modules/warning/.*

; Example app
<PROJECT_ROOT>/example/.*
<PROJECT_ROOT>/test_project/.*
<PROJECT_ROOT>/example-expo/.*


; Node modules errors
<PROJECT_ROOT>/node_modules/.*
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"modulePathIgnorePatterns": [
"<rootDir>/integration-tests",
"<rootDir>/example/node_modules",
"<rootDir>/example-expo/node_modules",
"<rootDir>/lib/"
]
},
Expand Down

0 comments on commit 32ea108

Please sign in to comment.