1.0.0 • Published 2 years ago

eslint-config-badger-lint v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

badger-lint

Eslint config

Installation

npm i --save-dev eslint eslint-config-badget-lint

or (if using yarn)

yarn add -D eslint eslint-config-badget-lint

Getting started

Add badget-lint to the plugins section of your .eslintrc.json configuration file. You can omit the eslint-config- prefix:

{ "extends": "badget-lint" }