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

14 lines
366 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"comment-format": false,
"eofline": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-trailing-whitespace": false,
"semicolon": false,
"strict-export-declare-modifiers": false,
"trim-file": false
}
}