.eslintrc.js 148 Bytes Raw Blame History Permalink 1 2 3 4 5 6 module.exports = { root: true, extends: '@react-native-community', parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], };