[eslint-config-airbnb-base] v13.1.0

This commit is contained in:
Jordan Harband
2018-08-13 00:54:48 -07:00
parent dfb70d6244
commit 45326cce63
2 changed files with 8 additions and 1 deletions

View File

@@ -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)

View File

@@ -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": {