[eslint config] [base] v1.0.4

This commit is contained in:
Jordan Harband
2016-04-26 02:11:23 -07:00
parent d45349497a
commit 3519daf60d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1.0.4 / 2016-04-26
==================
- [deps] update `eslint-find-rules`, `eslint-plugin-import`
1.0.3 / 2016-04-21
==================
- [patch: loosen rules] Allow empty class/object methods

View File

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