react-navigation-stack/example/.eslintrc

12 lines
167 B
Plaintext
Raw Permalink Normal View History

2018-08-03 21:59:12 +00:00
{
"extends": "../.eslintrc",
"settings": {
"import/core-modules": [ "expo", "react-navigation-stack" ]
},
"rules": {
"react/prop-types": "off"
}
}