Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79bce5f

Browse files
committed
Merge pull request airbnb#482 from justjake/master
eslint-config-airbnb 0.0.8
2 parents 4aab909 + 64e13a2 commit 79bce5f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/eslint-config-airbnb/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ programming to structure our README as test cases for our .eslintrc?
2727
You can run tests with `npm test`.
2828

2929
You can make sure this module lints with itself using `npm run lint`.
30+
31+
## Changelog
32+
33+
### 0.0.8
34+
- now has a changelog
35+
- now is modular (see instructions above for with react and without react versions)

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)