npm / template-oss

a template package for npm CLI team development
Other
26 stars 19 forks source link

Remove eslint-plugin-import #456

Open wraithgar opened 4 months ago

wraithgar commented 4 months ago

As per https://github.com/import-js/eslint-plugin-import/issues/2331, the eslint-plugin-import module will only work with packages that export some form of cjs.

https://github.com/npm/template-oss/pull/453 fails linting because of this issue. We'll have to find another solution.