This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
forked from airbnb/javascript
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nick Hwang
committed
Dec 16, 2015
1 parent
492cab8
commit 9b21d5f
Showing
9 changed files
with
112 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
2.1.1 / 2015-12-15 | ||
================== | ||
- [fix] Remove deprecated react/jsx-quotes (#622) | ||
|
||
2.1.0 / 2015-12-15 | ||
================== | ||
- [fix] use `require.resolve` to allow nested `extend`s (#582) | ||
- [new] enable `object-shorthand` rule (#621) | ||
- [new] enable `arrow-spacing` rule (#517) | ||
- [docs] flesh out react rule defaults (#618) | ||
|
||
2.0.0 / 2015-12-03 | ||
================== | ||
- [breaking] `space-before-function-paren`: require function spacing: `function <optional name>(` (#605) | ||
- [breaking] `indent`: Fix switch statement indentation rule (#606) | ||
- [breaking] `array-bracket-spacing`, `computed-property-spacing`: disallow spacing inside brackets (#594) | ||
- [breaking] `object-curly-spacing`: require padding inside curly braces (#594) | ||
- [breaking] `space-in-parens`: disallow spaces in parens (#594) | ||
|
||
1.0.2 / 2015-11-25 | ||
================== | ||
- [breaking] `no-multiple-empty-lines`: only allow 1 blank line at EOF (#578) | ||
- [new] `restParams`: enable rest params (#592) | ||
|
||
1.0.1 / 2015-11-25 | ||
================== | ||
- *erroneous publish* | ||
|
||
1.0.0 / 2015-11-08 | ||
================== | ||
- require `eslint` `v1.0.0` or higher | ||
- remove `babel-eslint` dependency | ||
|
||
0.1.1 / 2015-11-05 | ||
================== | ||
- 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 / 2015-11-05 | ||
================== | ||
- switch to modular rules files courtesy the [eslint-config-default][ecd] project and [@taion][taion]. [PR][pr-modular] | ||
- export `eslint-config-airbnb/legacy` for ES5-only users. `eslint-config-airbnb/legacy` does not require the `babel-eslint` parser. [PR][pr-legacy] | ||
|
||
0.0.9 / 2015-09-24 | ||
================== | ||
- add rule `no-undef` | ||
- add rule `id-length` | ||
|
||
0.0.8 / 2015-08-21 | ||
================== | ||
- now has a changelog | ||
- now is modular (see instructions above for with react and without react versions) | ||
|
||
0.0.7 / 2015-07-30 | ||
================== | ||
- TODO: fill in | ||
|
||
[ecd]: https://github.com/walmartlabs/eslint-config-defaults | ||
[taion]: https://github.com/taion | ||
[pr-modular]: https://github.com/airbnb/javascript/pull/526 | ||
[pr-legacy]: https://github.com/airbnb/javascript/pull/527 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters