Skip to content

Commit d9b5585

Browse files
committed
[eslint config] v1.0.0
1 parent c0ef454 commit d9b5585

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/eslint-config-airbnb/README.md

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

4545
## Changelog
4646

47+
### 1.0.0
48+
- require `eslint` `v1.0.0` or higher
49+
- removes `babel-eslint` dependency
50+
51+
### 0.1.1
52+
- remove id-length rule (#569)
53+
- enable `no-mixed-spaces-and-tabs` (#539)
54+
- enable `no-const-assign` (#560)
55+
- enable `space-before-keywords` (#554)
56+
4757
### 0.1.0
4858

4959
- switch to modular rules files courtesy the [eslint-config-default][ecd]

packages/eslint-config-airbnb/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {
@@ -20,6 +20,17 @@
2020
"styleguide"
2121
],
2222
"author": "Jake Teton-Landis (https://twitter.com/@jitl)",
23+
"contributors": [
24+
{
25+
"name": "Jake Teton-Landis",
26+
"url": "https://twitter.com/jitl"
27+
},
28+
{
29+
"name": "Jordan Harband",
30+
"email": "ljharb@gmail.com",
31+
"url": "http://ljharb.codes"
32+
}
33+
],
2334
"license": "MIT",
2435
"bugs": {
2536
"url": "https://github.com/airbnb/javascript/issues"

0 commit comments

Comments
 (0)