Files
DefinitelyTyped/types/dot-object/tslint.json
Nathan Shively-Sanders ef0961aa77 Port no-declare-current-package (#64854)
* Port no-declare-current-package

Depends on
https://github.com/microsoft/DefinitelyTyped-tools/pull/645

* add no-single-declare-module exemptions
2023-03-22 12:37:35 -07:00

14 lines
367 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"array-type": false,
"jsdoc-format": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc-2": false,
"no-single-declare-module": false,
"no-var-keyword": false,
"object-literal-key-quotes": false,
"semicolon": false
}
}