Skip to content

Commit

Permalink
[eslint config] v15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 4, 2017
1 parent 8448706 commit c68fa63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/eslint-config-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c68fa63

Please sign in to comment.