mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
11 lines
280 B
JSON
11 lines
280 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"no-consecutive-blank-lines": false,
|
|
"no-duplicate-variable": false,
|
|
"no-var-keyword": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|