mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Port no-declare-current-package Depends on https://github.com/microsoft/DefinitelyTyped-tools/pull/645 * add no-single-declare-module exemptions
20 lines
558 B
JSON
20 lines
558 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"interface-over-type-literal": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-irregular-whitespace": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"semicolon": false,
|
|
"space-within-parens": false,
|
|
"typedef-whitespace": false,
|
|
"void-return": false,
|
|
"whitespace": false
|
|
}
|
|
}
|