Skip to content

Commit c68fa63

Browse files
committed
[eslint config] v15.0.2
1 parent 8448706 commit c68fa63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
15.0.2 / 2017-07-04
2+
==================
3+
- [fix] jsx should be enabled via parserOptions, not via a root ecmaFeatures
4+
- [deps] update `babel-preset-airbnb`, `eslint-find-rules`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `tape`
5+
16
15.0.1 / 2017-05-15
27
==================
38
- [fix] set default React version to 15.0 (#1415)

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": "15.0.1",
3+
"version": "15.0.2",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)