Skip to content

Commit

Permalink
[eslint config] v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 24, 2017
1 parent 16c73d0 commit 2c01265
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.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
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.2",
"version": "15.1.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2c01265

Please sign in to comment.