Nik

Results 3 issues of Nik

- [x] I have tried restarting my IDE and the issue persists. - [x] I have updated to the latest version of the packages. - [x] I have [read the...

bug
help wanted
package: typescript-estree
accepting prs

I ran into exported svg's that use a lot of unnecessary defs, and decided to take matters into my own hands... This plugin: - loops through the svg to first...

new plugin

Currently the secondary arguments of `IntercomAPI` in `2.0` get passed through as an array, meaning that e.g. `onShow` and `onHide` won't work. I.e. ```js window.Intercom.apply(null, [method, args]); ``` Should be:...