mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
14 lines
382 B
JSON
14 lines
382 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"arrow-return-shorthand": false,
|
|
"interface-name": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-var-keyword": false,
|
|
"npm-naming": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false,
|
|
"no-redundant-jsdoc-2": false
|
|
}
|
|
}
|