mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-15 12:09:40 +08:00
* Fix coding style with prettier * Fix chance.guid() definition * Bump version * Simplify tslint.json * Fix tslint.json
13 lines
333 B
JSON
13 lines
333 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"dt-header": false,
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-var-keyword": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|