Skip to content

Commit 0d9b402

Browse files
author
Jake Teton-Landis
committed
[eslint config] v1.0.1
1 parent 7476c31 commit 0d9b402

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/eslint-config-airbnb/README.md

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

4545
## Changelog
4646

47+
### 1.0.1
48+
- enable rest params in linter, derp. (#592)
49+
- enforce rule 18.5, ensuring files end with a single newline character. (#578)
50+
4751
### 1.0.0
4852
- require `eslint` `v1.0.0` or higher
4953
- 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.1",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)