Fix .eslintrc.js

This commit is contained in:
Brandon Presley 2023-07-17 16:45:21 +12:00
parent 3e41c3bbd8
commit 47d4532169
1 changed files with 1 additions and 3 deletions

View File

@ -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'],