[eslint config] [base] v5.0.1

This commit is contained in:
Jordan Harband
2016-07-29 17:32:24 -07:00
parent 4425d3c76b
commit a533e2dd35
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
5.0.1 / 2016-07-29
==================
- [patch] `no-unused-expressions`: flesh out options
- [deps] update `eslint` to `v3.2`, `eslint-plugin-import` to `v1.12`
- [tests] improve prepublish script
5.0.0 / 2016-07-24
==================
- [breaking] enable `import/newline-after-import`

View File

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