mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
16 lines
426 B
JSON
16 lines
426 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"max-line-length": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"npm-naming": false,
|
|
"object-literal-key-quotes": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"trim-file": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |