DefinitelyTyped/react-router/tslint.json
2017-01-17 08:06:10 -08:00

7 lines
127 B
JSON

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