Skip to content

Commit

Permalink
Add ESLint config changes notice to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Jan 28, 2020
1 parent 3fb9d33 commit 017456a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Master

### New Features

- The `recommended` config no longer enables rules that check code formatting (whitespace, indenting, etc.) and that could conflict with Prettier.
- There is a new `recommended-with-formatting` config that has the code formatting rules still enabled, for projects that want to opt out from Prettier and continue checking code formatting with ESLint.

## 3.3.0 (2019-12-19)

### Bug Fixes
Expand Down

0 comments on commit 017456a

Please sign in to comment.