mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 15:37:55 -05:00
Merge pull request #482 from justjake/master
eslint-config-airbnb 0.0.8
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user