mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"extends": "./dtslint.json",
|
|
"rules": {
|
|
"no-declare-current-package": true,
|
|
"no-self-import": true,
|
|
"no-outside-dependencies": true,
|
|
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": true,
|
|
|
|
"npm-naming": [true, { "mode": "code" }]
|
|
}
|
|
}
|