Skip to content

Commit 3513243

Browse files
committed
[changelog] update changelog for 6.0.0
1 parent ecfe523 commit 3513243

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
6.0.0 / 2016-02-20
2+
==================
3+
- [breaking] enable `array-callback-return`
4+
- [breaking] enable `no-confusing-arrow`
5+
- [breaking] enable `no-new-symbol`
6+
- [breaking] enable `no-restricted-imports`
7+
- [breaking] enable `no-useless-constructor`
8+
- [breaking] enable `prefer-rest-params`
9+
- [breaking] enable `template-curly-spaces`
10+
- [breaking] enable `newline-per-chained-call`
11+
- [breaking] enable `one-var-declaration-per-line`
12+
- [breaking] enable `no-self-assign`
13+
- [breaking] enable `no-whitespace-before-property`
14+
- [breaking] [react] enable `react/jsx-space-before-closing`
15+
- [breaking] [react] enable `static-methods` at top of `react/sort-comp`
16+
- [breaking] [react] don't `ignoreTranspilerName` for `react/display-name`
17+
- [dev deps] update `eslint`, `eslint-plugin-react`
18+
119
5.0.0 / 2016-02-03
220
==================
321
- [breaking] disallow unneeded ternary expressions

0 commit comments

Comments
 (0)