mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
30 lines
968 B
JSON
30 lines
968 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"interface-name": false,
|
|
"interface-over-type-literal": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-declare-current-package": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"no-var-keyword": false,
|
|
"object-literal-shorthand": false,
|
|
"one-line": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"prefer-object-spread": false,
|
|
"semicolon": false,
|
|
"space-before-function-paren": false,
|
|
"space-within-parens": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"typedef-whitespace": false,
|
|
"whitespace": false
|
|
}
|
|
} |