We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4425d3c commit a533e2dCopy full SHA for a533e2d
packages/eslint-config-airbnb-base/CHANGELOG.md
@@ -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
+
7
5.0.0 / 2016-07-24
8
==================
9
- [breaking] enable `import/newline-after-import`
packages/eslint-config-airbnb-base/package.json
@@ -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": {
0 commit comments