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

20 lines
605 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"comment-format": false,
"interface-over-type-literal": false,
"no-consecutive-blank-lines": false,
"no-duplicate-imports": false,
"no-inferrable-types": false,
"no-misused-new": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"prefer-method-signature": false,
"semicolon": false,
"space-within-parens": false,
"strict-export-declare-modifiers": false,
"whitespace": false
}
}