DefinitelyTyped/types/apple-mapkit-js/tslint.json
Chris Drackett 2ef13b1431 Update mapkit types to 5.18 (#37960)
* update apple-mapkit-js types to 5.18

also add docs/comments

* apple mapkit is not on NPM

* fixing tests

* Update index.d.ts

* Update tslint.json

* Update tslint.json

* revert removal of rules so checks pass.
2019-09-17 14:58:55 -04:00

7 lines
85 B
JSON

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