@wowserhq/eslint-config
v0.5.0
Published
ESLint configuration for Wowser
Downloads
10
Readme
Wowser ESLint Configuration
This shareable ESLint configuration is used across all Wowser projects.
Licensed under the MIT license.
Usage
To install @wowserhq/eslint-config
and its dependencies:
npm install @wowserhq/eslint-config --save-dev
npm install eslint-plugin-import --save-dev
npm install eslint --save-dev
Tweak .eslintrc
:
{
"extends": "@wowserhq/eslint-config"
}