DefinitelyTyped/types/rbush/tslint.json
Zbigniew Zagórski 392315758c Update typings for rbush v3.0 (#39315)
* Move old typings to v2/, add v3 typings

* Fix npm-naming linting error.
2019-10-24 10:45:04 -07:00

7 lines
87 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"npm-naming": false
}
}