[eslint config] v15.0.2

This commit is contained in:
Jordan Harband
2017-07-04 12:36:18 -07:00
parent 8448706120
commit c68fa63262
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
15.0.2 / 2017-07-04
==================
- [fix] jsx should be enabled via parserOptions, not via a root ecmaFeatures
- [deps] update `babel-preset-airbnb`, `eslint-find-rules`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `tape`
15.0.1 / 2017-05-15
==================
- [fix] set default React version to 15.0 (#1415)

View File

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