Files
DefinitelyTyped/types/google-maps/tslint.json
Josh Goldberg 066caa89ef Tooling: migrated export-just-namespace to ESLint (#62141)
* Tooling: migrated export-just-namespace to ESLint

* Ah, also add to .eslintrc.json

* Update disable-next-line comments for export-just-namespace

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2022-09-13 10:57:41 -07:00

17 lines
493 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"interface-over-type-literal": false,
"no-consecutive-blank-lines": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"semicolon": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false
}
}