Skip to content

Commit a533e2d

Browse files
committed
[eslint config] [base] v5.0.1
1 parent 4425d3c commit a533e2d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/eslint-config-airbnb-base/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.0.1 / 2016-07-29
2+
==================
3+
- [patch] `no-unused-expressions`: flesh out options
4+
- [deps] update `eslint` to `v3.2`, `eslint-plugin-import` to `v1.12`
5+
- [tests] improve prepublish script
6+
17
5.0.0 / 2016-07-24
28
==================
39
- [breaking] enable `import/newline-after-import`

packages/eslint-config-airbnb-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb-base",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)