mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-07 01:12:54 +00:00
* add missing types and tests * lint * Remove enums from module * spaces not tabs * tslint indent rule * update pdfmake version * Remove minor version
7 lines
141 B
JSON
7 lines
141 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"indent": [true, "spaces", 4],
|
|
"no-declare-current-package": false
|
|
}
|
|
} |