update eslint config

This commit is contained in:
Dawid Wysokiński 2021-04-24 19:23:07 +02:00
parent 59d2911a12
commit 7b78ba1f6d
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
module.exports = {
root: true,
extends: '@react-native-community',
rules: {
'react/jsx-pascal-case': [
'warn',
{
ignore: [],
},
],
},
};