mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 19:09:04 +08:00
24 lines
477 B
JSON
24 lines
477 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"unified-signatures": false,
|
|
"class-name": true,
|
|
"indent": [
|
|
true,
|
|
"spaces"
|
|
],
|
|
"max-line-length": [
|
|
true,
|
|
250
|
|
],
|
|
"no-unnecessary-type-assertion": false,
|
|
"quotemark": [
|
|
true,
|
|
"double"
|
|
],
|
|
"jsdoc-format": true,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|