Skip to content

Commit

Permalink
[eslint-config-airbnb-base] v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 13, 2018
1 parent dfb70d6 commit 45326cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/eslint-config-airbnb-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
13.1.0 / 2018-08-13
==================
- [new] add eslint v5 support (#1834)
- [deps] update `eslint-plugin-import`, `eslint`, `babel-preset-airbnb`, `safe-publish-latest`, `eslint-find-rules`
- [docs] fix typo in readme (#1855)
- [new] update base ecmaVersion to 2018; remove deprecated experimentalObjectRestSpread option

13.0.0 / 2018-06-21
==================
- [breaking] order of import statements is ignored for unassigned imports (#1782)
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "13.0.0",
"version": "13.1.0",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 45326cc

Please sign in to comment.