DefinitelyTyped/types/d3-random/tslint.json
Tom Wanzek e251c14388 [d3-random] v1.1.0 (#16467)
* [Feature] Update d3-random to minor version 1.1 adding configurable source of pseudo-randomnumbers.
* [Chore] Enable `strictNullChecks`
* [Chore] Add tslint config.
* [Chore] Bumped version.
2017-05-12 07:13:33 -07:00

7 lines
99 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"max-line-length": [false, 140]
}
}