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 38f679e commit dbdd56cCopy full SHA for dbdd56c
packages/eslint-config-airbnb-base/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+7.0.1 / 2016-09-10
2
+==================
3
+ - [patch] loosen `max-len` by ignoring strings
4
+ - [deps] update to `eslint` `v3.5.0`
5
+
6
7.0.0 / 2016-09-06
7
==================
8
- [breaking] Add no-plusplus in style.js and added explanation in README (#1012)
packages/eslint-config-airbnb-base/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
- "version": "7.0.0",
+ "version": "7.0.1",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments