Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hjylewis authored Jun 12, 2019
1 parent ab42247 commit b640c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Linting is a powerful way to catch bad code and enforce best practices. That sai

Instead, esplint allows you to turn new rules on as “warnings,” and prevent further violations. esplint tracks the number of eslint “warnings” in each file and prevents the number of “warnings” from increasing. When the number of “warnings” decreases, esplint records the new lower number. This way you can fix existing, legacy violations over time while avoiding further violations.

For more information about the motivation behind esplint, read this [post](http://hjylewis.com/posts/painlessly-turn-on-eslint-rules/).

## Getting Started

Install esplint as a dev dependency of your project.
Expand Down

0 comments on commit b640c4b

Please sign in to comment.