1.1.0 • Published 5 years ago

eslint-config-important-stuff v1.1.0

Weekly downloads
8,890
License
MIT
Repository
github
Last release
5 years ago

eslint-config-important-stuff

An eslint config focused on catching bugs without being annoying.

Installation and usage

npm install --save-dev eslint-config-important-stuff

In your eslint config:

{
  "extends": "important-stuff"
}