mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [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.
7 lines
99 B
JSON
7 lines
99 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"max-line-length": [false, 140]
|
|
}
|
|
}
|