Skip to content

Commit

Permalink
Test removing react-native eslint config to get builds working again (b…
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bes authored Sep 15, 2021
1 parent 11f08ea commit 7e7ef92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
{
"files": ["packages/meditrak-app/**"],
"plugins": ["react-native"],
"env": {
"react-native/react-native": true
},
// "env": {
// "react-native/react-native": true
// },
"rules": {
"react/destructuring-assignment": "off",
"react/prop-types": ["error", { "ignore": ["navigation"] }]
Expand Down

0 comments on commit 7e7ef92

Please sign in to comment.