mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* 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>
23 lines
668 B
JSON
23 lines
668 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"comment-format": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-duplicate-variable": false,
|
|
"no-empty-interface": false,
|
|
"no-misused-new": false,
|
|
"no-padding": false,
|
|
"no-var-keyword": false,
|
|
"one-variable-per-declaration": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"semicolon": false,
|
|
"space-within-parens": false,
|
|
"typedef-whitespace": false,
|
|
"unified-signatures": false,
|
|
"whitespace": false
|
|
}
|
|
}
|