mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
* Port no-declare-current-package Depends on https://github.com/microsoft/DefinitelyTyped-tools/pull/645 * add no-single-declare-module exemptions
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"no-single-declare-module": false,
|
|
"no-var-keyword": false,
|
|
"prefer-const": false
|
|
}
|
|
}
|