Skip to content

Commit

Permalink
Misc Config Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkremenetsky committed May 8, 2024
1 parent e3d9626 commit 181ff63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions apps/mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
}
},
"production": {
// Remove when submitting to the app store
// "distribution": "internal",
"node": "18.17.1"
}
},
Expand Down
1 change: 1 addition & 0 deletions tooling/eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const config = {
"import/consistent-type-specifier-style": ["error", "prefer-top-level"],
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/no-misused-promises": "off",
},
ignorePatterns: [
"**/.eslintrc.cjs",
Expand Down

0 comments on commit 181ff63

Please sign in to comment.