Skip to content

Commit 4c0a70e

Browse files
committed
[eslint config] v2.0.0
- separate changelog
1 parent 326100a commit 4c0a70e

File tree

3 files changed

+53
-43
lines changed

3 files changed

+53
-43
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
2.0.0 / 2015-12-03
2+
==================
3+
- [breaking] `space-before-function-paren`: require function spacing: `function <optional name>(` (#605)
4+
- [breaking] `indent`: Fix switch statement indentation rule (#606)
5+
- [breaking] `array-bracket-spacing`, `computed-property-spacing`: disallow spacing inside brackets (#594)
6+
- [breaking] `object-curly-spacing`: require padding inside curly braces (#594)
7+
- [breaking] `space-in-parens`: disallow spaces in parens (#594)
8+
9+
1.0.2 / 2015-11-25
10+
==================
11+
- [breaking] `no-multiple-empty-lines`: only allow 1 blank line at EOF (#578)
12+
- [new] `restParams`: enable rest params (#592)
13+
14+
1.0.1 / 2015-11-25
15+
==================
16+
- *erroneous publish*
17+
18+
1.0.0 / 2015-11-08
19+
==================
20+
- require `eslint` `v1.0.0` or higher
21+
- remove `babel-eslint` dependency
22+
23+
0.1.1 / 2015-11-05
24+
==================
25+
- remove id-length rule (#569)
26+
- enable `no-mixed-spaces-and-tabs` (#539)
27+
- enable `no-const-assign` (#560)
28+
- enable `space-before-keywords` (#554)
29+
30+
0.1.0 / 2015-11-05
31+
==================
32+
- switch to modular rules files courtesy the [eslint-config-default][ecd] project and [@taion][taion]. [PR][pr-modular]
33+
- export `eslint-config-airbnb/legacy` for ES5-only users. `eslint-config-airbnb/legacy` does not require the `babel-eslint` parser. [PR][pr-legacy]
34+
35+
0.0.9 / 2015-09-24
36+
==================
37+
- add rule `no-undef`
38+
- add rule `id-length`
39+
40+
0.0.8 / 2015-08-21
41+
==================
42+
- now has a changelog
43+
- now is modular (see instructions above for with react and without react versions)
44+
45+
0.0.7 / 2015-07-30
46+
==================
47+
- TODO: fill in
48+
49+
[ecd]: https://github.com/walmartlabs/eslint-config-defaults
50+
[taion]: https://github.com/taion
51+
[pr-modular]: https://github.com/airbnb/javascript/pull/526
52+
[pr-legacy]: https://github.com/airbnb/javascript/pull/527

packages/eslint-config-airbnb/README.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -41,45 +41,3 @@ programming to structure our README as test cases for our .eslintrc?
4141
You can run tests with `npm test`.
4242

4343
You can make sure this module lints with itself using `npm run lint`.
44-
45-
## Changelog
46-
47-
### 1.0.2
48-
- enable rest params in linter, derp. (#592)
49-
- enforce rule 18.5, ensuring files end with a single newline character. (#578)
50-
51-
### 1.0.1
52-
53-
oops
54-
55-
### 1.0.0
56-
- require `eslint` `v1.0.0` or higher
57-
- removes `babel-eslint` dependency
58-
59-
### 0.1.1
60-
- remove id-length rule (#569)
61-
- enable `no-mixed-spaces-and-tabs` (#539)
62-
- enable `no-const-assign` (#560)
63-
- enable `space-before-keywords` (#554)
64-
65-
### 0.1.0
66-
67-
- switch to modular rules files courtesy the [eslint-config-default][ecd]
68-
project and [@taion][taion]. [PR][pr-modular]
69-
- export `eslint-config-airbnb/legacy` for ES5-only users.
70-
`eslint-config-airbnb/legacy` does not require the `babel-eslint` parser.
71-
[PR][pr-legacy]
72-
73-
[ecd]: https://github.com/walmartlabs/eslint-config-defaults
74-
[taion]: https://github.com/taion
75-
[pr-modular]: https://github.com/airbnb/javascript/pull/526
76-
[pr-legacy]: https://github.com/airbnb/javascript/pull/527
77-
78-
### 0.0.9
79-
80-
- add rule no-undef
81-
- add rule id-length
82-
83-
### 0.0.8
84-
- now has a changelog
85-
- now is modular (see instructions above for with react and without react versions)

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)