/eslint-config-panoplyio

ESLint shareable config for the Panoply JavaScript style guide

Primary LanguageJavaScriptMIT LicenseMIT

eslint-config-panoplyio

ESLint shareable config for the Panoply.io JavaScript style guide

Install

$ npm install git://github.com/panoplyio/eslint-config-panoplyio.git#1.0.4

Replace v1.0.2 with the specific tag you'd like to use for strict versioning. Or omit it for latest (not recommended)

Usage

$(npm bin)/eslint -c panoplyio --ext .html --ext .js src/

This is the normal eslint CLI command, except preconfigured to use this panoplyio configuration and also scan html files.