-
Notifications
You must be signed in to change notification settings - Fork 94
Add support for eslint-plugin-html #173
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
Comments
We'd be happy to look at a pull request! https://github.com/codeclimate/codeclimate-eslint/blob/master/CONTRIBUTING.md |
When I executed
So I executed below command and found that in my docker environment(MacOS host and using docker-machine with VirtualBox driver), login user is app but mounted volume's owner is node.
I'd like to know how to fix the issue. |
Sorry! Looks like eslint-plugin-html was already added in #195. You should be able to use that plugin either on codeclimate.com or via the CLI now. There is an issue with the bin/yarn executable which I'll fix in a separate PR. Thanks! |
I am using RiotJS with ES6 and using eslint-plugin-html for linting.
When build the code on codeclimate, error was raised.
Could you add support for this please?
The text was updated successfully, but these errors were encountered: