template-oss icon indicating copy to clipboard operation
template-oss copied to clipboard

Remove eslint-plugin-import

Open wraithgar opened this issue 1 year ago • 2 comments

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.

wraithgar avatar Jun 27 '24 20:06 wraithgar

You should use https://github.com/un-ts/eslint-plugin-import-x by the way.

JounQin avatar Apr 01 '25 13:04 JounQin

@JounQin

You should use https://github.com/un-ts/eslnt-plugin-import-x by the way.

There's a typo in the link, which should be https://github.com/un-ts/eslint-plugin-import-x Would you like to edit your comment to correct the link?

MikeMcC399 avatar Jul 27 '25 09:07 MikeMcC399