We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc31ea commit 60b01bdCopy full SHA for 60b01bd
packages/eslint-config-airbnb/CHANGELOG.md
@@ -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
+
8
2.0.0 / 2015-12-03
9
==================
10
- [breaking] `space-before-function-paren`: require function spacing: `function <optional name>(` (#605)
packages/eslint-config-airbnb/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments