mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-14 00:25:36 +00:00
12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
|
{
|
||
|
"extends": "../.eslintrc",
|
||
|
|
||
|
"settings": {
|
||
|
"import/core-modules": [ "expo", "react-navigation-stack" ]
|
||
|
},
|
||
|
|
||
|
"rules": {
|
||
|
"react/prop-types": "off"
|
||
|
}
|
||
|
}
|