Skip to content

Commit

Permalink
[changelog] update changelog for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Feb 20, 2016
1 parent 6650d4d commit 80e30a1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/eslint-config-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
6.0.0 / 2016-02-20
==================
- [breaking] enable `array-callback-return`
- [breaking] enable `no-confusing-arrow`
- [breaking] enable `no-new-symbol`
- [breaking] enable `no-restricted-imports`
- [breaking] enable `no-useless-constructor`
- [breaking] enable `prefer-rest-params`
- [breaking] enable `template-curly-spaces`
- [breaking] enable `newline-per-chained-call`
- [breaking] enable `one-var-declaration-per-line`
- [breaking] enable `no-self-assign`
- [breaking] enable `no-whitespace-before-property`
- [breaking] [react] enable `react/jsx-space-before-closing`
- [breaking] [react] enable `static-methods` at top of `react/sort-comp`
- [breaking] [react] don't `ignoreTranspilerName` for `react/display-name`
- [dev deps] update `eslint`, `eslint-plugin-react`

5.0.1 / 2016-02-13
==================
- [fix] `eslint` peerDep should not include breaking changes
Expand Down

0 comments on commit 80e30a1

Please sign in to comment.