Merge pull request #482 from justjake/master

eslint-config-airbnb 0.0.8
This commit is contained in:
Jake Teton-Landis
2015-08-21 20:35:10 -07:00
2 changed files with 7 additions and 1 deletions

View File

@@ -27,3 +27,9 @@ programming to structure our README as test cases for our .eslintrc?
You can run tests with `npm test`.
You can make sure this module lints with itself using `npm run lint`.
## Changelog
### 0.0.8
- now has a changelog
- now is modular (see instructions above for with react and without react versions)

View File

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