DefinitelyTyped/types/titanium/tslint.json
2018-03-24 23:21:46 +01:00

14 lines
361 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"adjacent-overload-signatures": false,
"no-any-union": false,
"no-consecutive-blank-lines": false,
"no-empty-interface": false,
"no-padding": false,
"no-unnecessary-qualifier": false,
"max-line-length": false,
"unified-signatures": false
}
}