ESLint shareable config for the Panoply.io JavaScript style guide
$ npm install git://github.com/panoplyio/eslint-config-panoplyio.git#<version>
Replace
<version>
with the specific tag you'd like to use for strict versioning, or omit it for latest (not recommended)
$(npm bin)/eslint -c panoplyio --ext .html --ext .js src/
This is the normal eslint
CLI command, except pre-configured to use this panoplyio
configuration and also scan html files.