[eslint config] [base] v7.0.1

This commit is contained in:
Jordan Harband
2016-09-10 14:35:57 -07:00
parent 38f679e9f9
commit dbdd56ccb5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
7.0.1 / 2016-09-10
==================
- [patch] loosen `max-len` by ignoring strings
- [deps] update to `eslint` `v3.5.0`
7.0.0 / 2016-09-06
==================
- [breaking] Add no-plusplus in style.js and added explanation in README (#1012)

View File

@@ -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": {