Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upstandard --plugin html doesn't seem to work from package.json #1112
Comments
This comment has been minimized.
This comment has been minimized.
|
This issue was fixed by upgrading to standard 11.0.1. The rootcause was a mismatch between standard 11.0.1, and the version of eslint that was installed by the eslint-plugin-html package. |
nicolasnoble
closed this
Apr 22, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Jul 21, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
nicolasnoble commentedApr 17, 2018
I have installed
standardandeslint-plugin-htmlboth globally and into my nodejs project. If I runstandard --plugin html **/*.htmlon the command line, this works find. But if I run it from ascriptssection of mypackage.json, I get the following error:I tried to install the
eslintpackage explicitly too, with no success.However, using eslint-plugin-html directly with eslint instead of standard works when run from a script section.