Skip to content

Commit

Permalink
[eslint config] v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Teton-Landis committed Nov 26, 2015
1 parent 7476c31 commit e032613
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/eslint-config-airbnb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ You can make sure this module lints with itself using `npm run lint`.

## Changelog

### 1.0.2
- enable rest params in linter, derp. (#592)
- enforce rule 18.5, ensuring files end with a single newline character. (#578)

### 1.0.1

oops

This comment has been minimized.

Copy link
@justjake

justjake Nov 26, 2015

Collaborator

accidental npm publish


### 1.0.0
- require `eslint` `v1.0.0` or higher
- removes `babel-eslint` dependency
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "1.0.0",
"version": "1.0.2",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e032613

Please sign in to comment.