DefinitelyTyped/types/leaflet-draw/tslint.json
Jeroen Claassens 592e81a21c [leaflet-draw] Upgrade leaflet-draw compatibility to latest version (#37372)
* Upgrade leaflet-draw to new version

- Formatted the code with VSCode formatter
- Made some parts easier to read
- Included new properties where necessary
- Included the Localization namespace to cover all the localization
types used by leaflet-draw
- Use actual JSDoc tags to document the code (improving VSCode IntelliSense)
- Wherever the JSDoc would say "see code", they are now replaced
with the actual code that it is defaulted to
- Generally went through leaflet-draw's documentation and fixed what
could be fixed

Signed-off-by: Jeroen Claassens <support@favware.tech>

* Change indent to spaces
2019-08-15 17:17:49 -07:00

4 lines
37 B
JSON

{
"extends": "dtslint/dt.json"
}