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 a8d2f94 commit b6fc6dcCopy full SHA for b6fc6dc
packages/eslint-config-airbnb-base/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+11.1.0 / 2017-01-08
2
+==================
3
+ - [minor] enable `no-multi-assign`
4
+ - [deps] update `eslint`, `babel-preset-airbnb`
5
+ - Update a deprecated option (`eqeqeq`) (#1244)
6
+
7
11.0.1 / 2017-01-08
8
==================
9
- [deps] update `eslint`
packages/eslint-config-airbnb-base/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
- "version": "11.0.1",
+ "version": "11.1.0",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments