Skip to content

Commit 60b01bd

Browse files
committed
[eslint config] v2.1.0
1 parent 0fc31ea commit 60b01bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.1.0 / 2015-12-03
2+
==================
3+
- [fix] use `require.resolve` to allow nested `extend`s (#582)
4+
- [new] enable `object-shorthand` rule (#621)
5+
- [new] enable `arrow-spacing` rule (#517)
6+
- [docs] flesh out react rule defaults (#618)
7+
18
2.0.0 / 2015-12-03
29
==================
310
- [breaking] `space-before-function-paren`: require function spacing: `function <optional name>(` (#605)

packages/eslint-config-airbnb/package.json

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

0 commit comments

Comments
 (0)