{ "extends": "@definitelytyped/dtslint/dt.json", "rules": { "array-type": false, "ban-types": false, "jsdoc-format": false, "max-line-length": false, "no-consecutive-blank-lines": false, "no-empty-interface": false, "no-for-in-array": false, "no-misused-new": false, "no-padding": false, "no-redundant-jsdoc-2": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, "object-literal-key-quotes": false, "object-literal-shorthand": false, "only-arrow-functions": false, "prefer-const": false, "prefer-for-of": false, "semicolon": false, "strict-export-declare-modifiers": false, "unified-signatures": false, "void-return": false, "whitespace": false } }