DefinitelyTyped/types/blissfuljs/tslint.json

30 lines
945 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"adjacent-overload-signatures": false,
"array-type": false,
"arrow-return-shorthand": false,
"ban-types": false,
"comment-format": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-duplicate-variable": false,
"no-padding": false,
"no-unnecessary-generics": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"object-literal-key-quotes": false,
"object-literal-shorthand": false,
"one-line": false,
"only-arrow-functions": false,
"prefer-const": false,
"semicolon": false,
"space-before-function-paren": false,
"space-within-parens": false,
"strict-export-declare-modifiers": false,
"typedef-whitespace": false,
"unified-signatures": false,
"whitespace": false
}
}