Jens Döllmann

Results 2 comments of Jens Döllmann

A useful rule, in my opinion. In addition, it would be nice if it also touches on ["`type` Modifiers on Import Names"](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-5.html#type-modifiers-on-import-names). For example, I would like to enforce `type`...

I couldn't get the newer [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/master/packages/node-resolve) to work as the [`customResolver`](https://github.com/rollup/plugins/tree/master/packages/alias#customresolver) argument. However, in my trivial case of wanting to bundle TypeScript files, a simple [`resolveId`](https://rollupjs.org/guide/en/#resolveid) function that looks through...