DefinitelyTyped/react-router/v2/tslint.json
2017-01-19 10:06:55 +09:00

8 lines
128 B
JSON

{
"extends": "../tslint.json",
"rules": {
"forbidden-types": false,
"no-empty-interface": false
}
}