[eslint config] v2.1.0

This commit is contained in:
Jordan Harband
2015-12-15 01:22:30 -08:00
parent 0fc31eaf1c
commit 60b01bdfb9
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2.1.0 / 2015-12-03
==================
- [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)

View File

@@ -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": {