mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint-config-airbnb-base] v13.1.0
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user