[eslint config] v1.0.0

This commit is contained in:
Jordan Harband
2015-11-06 16:53:10 -08:00
parent c0ef4540e5
commit d9b5585be4
2 changed files with 22 additions and 1 deletions

View File

@@ -44,6 +44,16 @@ You can make sure this module lints with itself using `npm run lint`.
## Changelog
### 1.0.0
- require `eslint` `v1.0.0` or higher
- removes `babel-eslint` dependency
### 0.1.1
- remove id-length rule (#569)
- enable `no-mixed-spaces-and-tabs` (#539)
- enable `no-const-assign` (#560)
- enable `space-before-keywords` (#554)
### 0.1.0
- switch to modular rules files courtesy the [eslint-config-default][ecd]

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "0.1.1",
"version": "1.0.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
@@ -20,6 +20,17 @@
"styleguide"
],
"author": "Jake Teton-Landis (https://twitter.com/@jitl)",
"contributors": [
{
"name": "Jake Teton-Landis",
"url": "https://twitter.com/jitl"
},
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/airbnb/javascript/issues"