mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Convert no-any-union tslint->eslint * Convert prefer-declare-function tslint->eslint * Convert no-unnecessary-generics tslint->eslint * Clean up function types missed by old prefer-declare-function * remove unneeded tsconfig file
20 lines
618 B
JSON
20 lines
618 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"new-parens": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-duplicate-variable": false,
|
|
"no-padding": false,
|
|
"no-unnecessary-type-assertion": false,
|
|
"no-var-keyword": false,
|
|
"object-literal-key-quotes": false,
|
|
"object-literal-shorthand": false,
|
|
"one-variable-per-declaration": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|