1.0.0 • Published 3 years ago

@wawmuzik/eslint-config-wawmuzik v1.0.0

Weekly downloads
32
License
MIT
Repository
github
Last release
3 years ago

eslint-config-waw

Contains the ESLint configuration used for waw muzik projects based on javascript or typescript.

Installation

You can install using npm or yarn

npm install eslint @waw/eslint-config-waw --save-dev

or

yarn add eslint @waw/eslint-config-waw --save-dev

Usage

In your .eslintrc file, add:

{
  "extends": "waw"
}