Skip to content

Commit

Permalink
[eslint config] [base] v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 8, 2016
1 parent be5c90a commit d95dc3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/eslint-config-airbnb-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.1 / 2016-05-08
==================
- [patch] re-disable `no-extra-parens` (#869, #867)

3.0.0 / 2016-05-07
==================
- [breaking] enable `import/no-mutable-exports`
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "3.0.0",
"version": "3.0.1",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d95dc3d

Please sign in to comment.