[eslint config] [base] v1.0.2

This commit is contained in:
Jordan Harband
2016-04-20 11:19:53 -07:00
parent 3c915dd686
commit 0207503bef
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1.0.2 / 2016-04-20
==================
- [patch: loosen rules] Allow `break` (#840)
1.0.1 / 2016-04-19
==================
- [patch: loosen rules] Allow `== null` (#542)

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "1.0.1",
"version": "1.0.2",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {