We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is connected with import-js/eslint-plugin-import#1636
It occurs that having js:next set in package.json without distributing target of that key to npm is not handled well by eslint-plugin-import.
js:next
package.json
From what I understand sass-module-importer should either distribute src/index.js or get rid of js:next key from package.json.
sass-module-importer
src/index.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is connected with import-js/eslint-plugin-import#1636
It occurs that having
js:next
set inpackage.json
without distributing target of that key to npm is not handled well by eslint-plugin-import.From what I understand
sass-module-importer
should either distributesrc/index.js
or get rid ofjs:next
key frompackage.json
.The text was updated successfully, but these errors were encountered: