[eslint config] v15.1.0

This commit is contained in:
Jordan Harband
2017-07-24 00:00:58 -07:00
parent 16c73d0a7a
commit 2c0126543f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
15.1.0 / 2017-07-24
==================
- [deps] allow eslint v3 or v4 (#1447)
- [deps] update `eslint-plugin-import`, `eslint-config-airbnb-base`
15.0.2 / 2017-07-04
==================
- [fix] jsx should be enabled via parserOptions, not via a root ecmaFeatures

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "15.0.2",
"version": "15.1.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {