mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Port 4 lint rules from tslint to eslint See https://github.com/microsoft/DefinitelyTyped-tools/releases/tag/v0.0.158 * disable missed no-single-element-tuple-type errors
21 lines
625 B
JSON
21 lines
625 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"no-duplicate-variable": false,
|
|
"no-empty-interface": false,
|
|
"no-internal-module": false,
|
|
"no-padding": false,
|
|
"no-unnecessary-qualifier": 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,
|
|
"unified-signatures": false,
|
|
"whitespace": false
|
|
}
|
|
}
|