DefinitelyTyped/types/tile-reduce/tslint.json

18 lines
515 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"callable-types": false,
"dt-header": false,
"no-declare-current-package": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-single-declare-module": false,
"object-literal-key-quotes": false,
"object-literal-shorthand": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false
}
}