8000 [eslint config] v6.2.0 · evozonjs/javascript@ff6e1d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff6e1d0

Browse files
committed
[eslint config] v6.2.0
1 parent ec898a6 commit ff6e1d0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file C018 line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
6.2.0 / 2016-03-22
2+
==================
3+
- [new] Allow arrow functions in JSX props
4+
- [fix] re-enable `no-confusing-arrow` rule, with `allowParens` option enabled ([#752](https://github.com/airbnb/javascript/issues/752), [#791](https://github.com/airbnb/javascript/issues/791))
5+
- [dev deps] update `tape`, `eslint`, `eslint-plugin-react`
6+
- [peer deps] update `eslint`, `eslint-plugin-react`
7+
18
6.1.0 / 2016-02-22
29
==================
310
- [new] enable [`react/prefer-stateless-function`][react/prefer-stateless-function]

packages/eslint-config-airbnb/package.json

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

0 commit comments

Comments
 (0)
0