mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 19:58:00 -05:00
[eslint config] v2.1.0
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user