mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] v1.0.0
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user