Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Nov 20, 2023
1 parent 9984d67 commit b9c01fe
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
## 3.0
## 3.1.0
* Switch code coverage ignore rule from Istanbul to V8 syntax (as we have switched)
* Fix running (Prettier) on Windows, as line-endings may be different (caused by git)
* Update dependencies, a Prettier change to nested ternaries is likely to cause errors

## 3.0.0
* Switch to new Eslint "flat" config format
* Only expose one rule-set
* Based on XO (like v1) but including some rules from v2 (like `eslint-plugin-jsx-a11y` and `confusing-browser-globals`) and rules from other repos
* Includes Prettier for formatting
* Enforces alphabetical sorting of most things, using `eslint-plugin-perfectionist`

## 2.0
## 2.0.0
* Rewrite based on AirBnB config
(Was never published to NPM, only used from GitHub)

## 1.x
## 1.x.x
* Initial shared Eslint configs

0 comments on commit b9c01fe

Please sign in to comment.