module.exports = { root: true, extends: '@react-native-community', parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], rules: { "prefer-template": 0, "max-len": 0, "quote-props": 0, "no-return-assign": 0, "global-require": 0, "no-underscore-dangle": 0, "react/sort-comp": 0, "no-useless-concat": 0, "arrow-body-style": 0, "object-shorthand": 0, "no-mixed-operators": 0, "no-undef-init": 0, "camelcase": 0, "jsx-quotes": 0, "react-native/no-inline-styles": 0 } };