mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Tooling: migrated dt-header to ESLint, with a script * Update scripts/tslint-rule-to-eslint.js Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> * Fix up logging a bit * Add mistakenly deleted tslint.jsons * Manual fixup of */v* dt-header overrides Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
17 lines
480 B
JSON
17 lines
480 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"comment-format": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-trailing-whitespace": false,
|
|
"object-literal-shorthand": false,
|
|
"one-line": false,
|
|
"only-arrow-functions": false,
|
|
"semicolon": false,
|
|
"whitespace": false
|
|
}
|
|
}
|