mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-26 09:14:22 +08:00
19 lines
326 B
Plaintext
19 lines
326 B
Plaintext
{
|
|
'extends': '../.eslintrc',
|
|
|
|
'settings':
|
|
{
|
|
'import/core-modules':
|
|
[
|
|
'react-navigation-stack',
|
|
'react-native-gesture-handler',
|
|
'react-native-reanimated',
|
|
'react-native-vector-icons',
|
|
],
|
|
},
|
|
|
|
"rules": {
|
|
"react-native/no-inline-styles": "off"
|
|
}
|
|
}
|