Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 570 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 570 Bytes

Wowser ESLint Configuration

Version

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"
}