Files
react-native-gifted-chat/.eslintrc
2017-12-18 21:17:39 +01:00

23 lines
512 B
Plaintext

{
"extends": "cooperka/react-native",
"env": {
"browser": true,
"jest": true
},
"rules": {
"no-underscore-dangle": 0,
"import/no-unresolved": [
2,
{
"ignore": [
"react",
"react-native"
]
}
],
"import/no-extraneous-dependencies": 0,
"import/extensions": 0,
"react/no-unused-prop-types": 0,
"react/no-typos": 0
}
}