From f1c221ed2848d156d81816fbf9aa5d5580a6aacd Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:23:26 -0800 Subject: 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 --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.js') 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', -- cgit 1.4.1