Skip to content

Commit e032613

Browse files
author
Jake Teton-Landis
committed
[eslint config] v1.0.2
1 parent 7476c31 commit e032613

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/eslint-config-airbnb/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ You can make sure this module lints with itself using `npm run lint`.
4444

4545
## Changelog
4646

47+
### 1.0.2
48+
- enable rest params in linter, derp. (#592)
49+
- enforce rule 18.5, ensuring files end with a single newline character. (#578)
50+
51+
### 1.0.1
52+
53+
oops
54+
4755
### 1.0.0
4856
- require `eslint` `v1.0.0` or higher
4957
- removes `babel-eslint` dependency

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": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)