-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Last update broke webpack sass styles importing #192
Comments
Do you have an import/ignore pattern set up for .scss files? https://github.com/benmosher/eslint-plugin-import/blob/master/README.md#importignore On Feb 25, 2016, at 19:13, Daniel Steigerwald <notifications@github.commailto:notifications@github.com> wrote: src/browser/app/App.react.js I am not sure what should I do on my side. This should work: https://github.com/este/este/blob/master/src/browser/app/App.react.js#L1 Reply to this email directly or view it on GitHubhttps://github.com//issues/192. |
Actually, nvm. I'll fix it on my end. Shouldn't try to parse if there are no specifiers. |
Awesome! Thank you! |
Published! 😅 v1.0.2. FWIW, # .eslintrc.yml
---
settings:
import/ignore:
- \.scss$ would also fix it. That setting instructs the dependency parser to ignore errors. |
I am not sure what should I do on my side. This should work: https://github.com/este/este/blob/master/src/browser/app/App.react.js#L1
The text was updated successfully, but these errors were encountered: