mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
23 lines
519 B
JSON
23 lines
519 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"class-name": true,
|
|
"indent": [
|
|
true,
|
|
"spaces"
|
|
],
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-const-enum": false,
|
|
"no-empty-interface": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-type-assertion": false,
|
|
"npm-naming": false,
|
|
"quotemark": [
|
|
true,
|
|
"double"
|
|
],
|
|
"unified-signatures": false
|
|
}
|
|
}
|