mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": true,
|
|
"callable-types": true,
|
|
"no-redundant-jsdoc": true,
|
|
"prefer-method-signature": true
|
|
}
|
|
}
|