Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 258 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 258 Bytes

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