template-oss
template-oss copied to clipboard
Remove eslint-plugin-import
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.
You should use https://github.com/un-ts/eslint-plugin-import-x by the way.
@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?