Files
DefinitelyTyped/types/react-router/tslint.json
2017-03-24 14:27:52 -07:00

9 lines
149 B
JSON

{
"extends": "../tslint.json",
"rules": {
"no-empty-interface": false,
"void-return": false,
"no-single-declare-module": false
}
}