atom-community / atom-ide-base

Atom IDE packages for Atom
https://atom.io/packages/atom-ide-base
Other
44 stars 10 forks source link

Update markdown service #65

Closed lierdakil closed 3 years ago

lierdakil commented 3 years ago

This updates MarkdownService types.

I've opted to copy-paste the config manually. Another option is to add @types/dompurify to dependencies, but I am unsure about a straight dependency on @types. Pretty sure npm doesn't pull in devDependencies recursively, so we'd have to add it as a regular dependency.

/cc @aminya