diff --git a/.eslintrc.js b/.eslintrc.js index 66dd02c..700d449 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,8 +1,6 @@ module.exports = { root: true, - extends: '@react-native-community', - parser: '@typescript-eslint/parser', - plugins: ['@typescript-eslint'], + extends: '@react-native', overrides: [ { files: ['*.ts', '*.tsx', '*.js'],