Compare commits

...

1 Commits

Author SHA1 Message Date
Jake Teton-Landis
0d9b40247c [eslint config] v1.0.1 2015-11-26 15:26:17 -08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -44,6 +44,10 @@ You can make sure this module lints with itself using `npm run lint`.
## Changelog
### 1.0.1
- enable rest params in linter, derp. (#592)
- enforce rule 18.5, ensuring files end with a single newline character. (#578)
### 1.0.0
- require `eslint` `v1.0.0` or higher
- removes `babel-eslint` dependency

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {