DefinitelyTyped/types/react-router-dom/tslint.json

8 lines
143 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-single-declare-module": false,
"no-unnecessary-generics": false
}
}