Paul

Results 2 comments of Paul

As mentioned here (https://github.com/renke/import-sort/pull/61#issuecomment-376412627) currently my imports from the `style`-part are getting moved to the `script`-part. Which doesn't work of course :/ Can I prevent that somehow?

> Since this appears to be only a typing issue and not a runtime issue, there is an (ugly?) workaround available: cast `this` as type `any`: > > ``` >...