[eslint config] [base] v1.0.1

This commit is contained in:
Jordan Harband
2016-04-19 22:20:40 -07:00
parent d06147d279
commit 37e1c3c6c9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
1.0.0 / 2016-04-16
1.0.1 / 2016-04-19
==================
- [patch: loosen rules] Allow `== null` (#542)
1.0.0 / 2016-04-19
==================
- Initial commmit; moved content over from `eslint-config-airbnb` package.

View File

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