Files
2022-11-02 18:20:58 -07:00

30 lines
946 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"comment-format": false,
"member-access": false,
"no-consecutive-blank-lines": false,
"no-empty-interface": false,
"no-mergeable-namespace": false,
"no-misused-new": false,
"no-namespace": false,
"no-padding": false,
"no-redundant-jsdoc-2": false,
"no-unnecessary-qualifier": false,
"no-unnecessary-type-assertion": false,
"no-var-keyword": false,
"npm-naming": false,
"object-literal-shorthand": 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,
"whitespace": false
}
}