Files
react-native-gifted-chat/.eslintrc
Kevin Cooper 829a7aa1ec Add eslint script (extends airbnb + react + react-native)
Currently 506 errors, 7 warnings :D
2016-12-21 17:05:07 -05:00

13 lines
214 B
Plaintext

{
"extends": "cooperka/react-native",
"env": {
"browser": true,
"jest": true
},
// Any rules here will override those from
// https://github.com/cooperka/eslint-config-cooperka.
"rules": {}
}