mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-04-30 21:22:43 +08:00
23 lines
447 B
Plaintext
23 lines
447 B
Plaintext
{
|
|
"extends": "cooperka/react-native",
|
|
"parser": "babel-eslint",
|
|
"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,
|
|
"jsx-a11y/accessible-emoji": 0
|
|
}
|
|
}
|