mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-04-29 04:35:46 +08:00
23 lines
512 B
Plaintext
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
|
|
}
|
|
} |