-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
No stylelintrc file error when using the package file stylelint property #67
Comments
|
Works for me in the demo repo provided above, thanks @JaKXz! |
Thanks for the ping @karlhorky! I should have released a patch version right away but v0.6.0 is also good 😄 |
v0.6.0 looks good. 👍 Thanks! |
No problem, glad to help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this error
even though I have the following in my
package.json
Replication details:
git clone https://github.com/nelsyeung/es6-web-template.git cd es6-web-template git checkout dev npm i npm start
Notes
OS: macOS Sierra
Webpack: 2.2.1
stylelint-webpack-plugin: 0.5.1
Stylelint (the cli tool) runs fine with settings inside
package.json
, which you can also play around with inside my repository above.The text was updated successfully, but these errors were encountered: