about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2024-11-19 18:23:26 -0800
committerGitHub <noreply@github.com>2024-11-20 02:23:26 +0000
commitf1c221ed2848d156d81816fbf9aa5d5580a6aacd (patch)
tree7f86ff81dfce53a91cb60aa23f75fa7903d7aa78 /.eslintrc.js
parent78e34c8d35a7e0876e3831468e549151de49e95d (diff)
downloadvoidsky-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.js2
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',