diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2024-11-19 18:23:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 02:23:26 +0000 |
commit | f1c221ed2848d156d81816fbf9aa5d5580a6aacd (patch) | |
tree | 7f86ff81dfce53a91cb60aa23f75fa7903d7aa78 /.eslintrc.js | |
parent | 78e34c8d35a7e0876e3831468e549151de49e95d (diff) | |
download | voidsky-f1c221ed2848d156d81816fbf9aa5d5580a6aacd.tar.zst |
Bump typescript-eslint to 7.x (#6525)
* chore(deps-dev): bump typescript-eslint to 6.x * chore(deps-dev): switch to @react-native/eslint-config * chore(deps-dev): bump typescript-eslint to 7.x
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index fefe4fa5b..2786b3536 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { root: true, extends: [ - '@react-native-community', + '@react-native', 'plugin:react/recommended', 'plugin:react/jsx-runtime', 'plugin:react-native-a11y/ios', |