Skip to content

Commit

Permalink
fix: work around eslint import issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 17, 2022
1 parent 11a637b commit 1fd0405
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"parser": "@typescript-eslint/parser",
"ignorePatterns": [
"node_modules"
]
],
"settings": {
"import/ignore": ["react-native"]
}
},
"jest": {
"preset": "jest-expo"
Expand Down

0 comments on commit 1fd0405

Please sign in to comment.