mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-05 20:25:41 +08:00
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODO
|
|
"no-this-assignment": false,
|
|
"unified-signatures": false,
|
|
"max-line-length": [
|
|
false,
|
|
200
|
|
],
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|