mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-21 17:20:32 +08:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"align": false,
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"interface-name": [false],
|
|
"jsdoc-format": false,
|
|
"no-empty-interface": false,
|
|
"semicolon": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|