mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 12:25:21 +08:00
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
{
|
|
'extends': '../.eslintrc',
|
|
|
|
'settings':
|
|
{
|
|
'import/core-modules':
|
|
[
|
|
'react-navigation-drawer',
|
|
'react-native-gesture-handler',
|
|
'react-native-reanimated',
|
|
'react-native-vector-icons/MaterialIcons',
|
|
],
|
|
},
|
|
}
|