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

11 lines
272 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-empty-interface": false,
"no-unnecessary-generics": false,
"one-line": false,
"prefer-const": false,
"semicolon": false,
"strict-export-declare-modifiers": false
}
}