.eslintrc.json 235 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 { "root": true, "extends": ["@react-native-community", "plugin:prettier/recommended"], "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "rules": { "@typescript-eslint/no-unused-vars": "off" } }