mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 13:28:05 -05:00
[eslint config] v1.0.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user