mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-04-30 13:12:39 +08:00
13 lines
214 B
Plaintext
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": {}
|
|
}
|