Files
react-navigation/packages/core/example/.eslintrc
Brent Vatne bc11798ef4 Merge pull request #11 from react-navigation/@brent/default-params
WIP: Specify default params in the params key in route config
2018-10-23 16:49:23 -07:00

12 lines
193 B
Plaintext

{
"extends": "../.eslintrc",
"settings": {
"import/core-modules": [ "expo", "@react-navigation/core", "react-navigation-stack" ]
},
"rules": {
"react/prop-types": "off"
}
}