Skip to content

Commit 1ddf2d0

Browse files
ljharbgilbox
authored andcommitted
v5.0.0
1 parent 443fe8a commit 1ddf2d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.0.0 / 2016-02-03
2+
==================
3+
- [breaking] disallow unneeded ternary expressions
4+
- [breaking] Avoid lexical declarations in case/default clauses
5+
- [dev deps] update `babel-tape-runner`, `eslint-plugin-react`, `react`, `tape`
6+
17
4.0.0 / 2016-01-22
28
==================
39
- [breaking] require outer IIFE wrapping; flesh out guide section

packages/eslint-config-airbnb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)