Files
DefinitelyTyped/types/chance/tslint.json
Brice BERNARD 5030f26ef6 [chance] Fix chance.guid() definition (#22468)
* Fix coding style with prettier

* Fix chance.guid() definition

* Bump version

* Simplify tslint.json

* Fix tslint.json
2018-01-03 00:33:01 -08:00

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
}
}