eslint-config-hogan
v0.0.7
Published
ESLint configuration used by Hogan
Downloads
7
Readme
eslint-config-hogan
An shareable ESLint configuration for Hogan.
Usage
You should install this configuration and peer dependencies as devDependencies
in your project:
npm install --save-dev eslint-config-hogan eslint eslint-config-wpcalypso eslint-plugin-wpcalypso eslint-plugin-flowtype eslint-plugin-import
Next, simply extend the configuration from your project's .eslintrc
file:
"extends": "eslint-config-hogan"
Refer to the ESLint documentation on Shareable Configs for more information.