DefinitelyTyped/types/react-router-native/tslint.json
2017-06-21 19:37:00 +02:00

8 lines
152 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// This package uses the Function type, and it will take effort to fix.
"ban-types": false
}
}