DefinitelyTyped/types/react-css-collapse/tslint.json
Gabriela Araujo Britto 6ae7ddbc23 Update tslint configs
2020-02-21 15:41:51 -08:00

8 lines
184 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-declare-current-package": false,
"no-duplicate-imports": false,
"no-single-declare-module": false
}
}