diff --git a/.eslintrc.js b/.eslintrc.js index 40c6dcd..31afb26 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,12 @@ module.exports = { root: true, extends: '@react-native-community', + rules: { + 'react/jsx-pascal-case': [ + 'warn', + { + ignore: [], + }, + ], + }, };