Skip to content

wowserhq/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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