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.
As per import-js/eslint-plugin-import#2331, the eslint-plugin-import module will only work with packages that export some form of cjs.
#453 fails linting because of this issue. We'll have to find another solution.