[eslint config] v16.0.0

This commit is contained in:
Jordan Harband
2017-10-06 10:40:05 -07:00
parent e5b5aeeb6b
commit dfbeaaea4b
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
16.0.0 / 2017-10-06
==================
- [breaking] [deps] require `eslint` `v4`, update `eslint-config-airbnb-base`
- [breaking] [deps] Upgrade `eslint-plugin-jsx-a11y` to `v6`; enable more a11y rules (#1482)
- [breaking] enable/add react rules: `react/jsx-curly-brace-presence`, `react/no-typos`, `react/no-unused-state`, `react/no-redundant-should-component-update`, `react/default-props-match-prop-types`
- [new] add `propWrapperFunctions` default settings for `eslint-plugin-react`
- [new] Enable `react/jsx-closing-tag-location` (#1533)
- [deps] update `eslint` v4, `eslint-plugin-react`, `tape`
- [docs] Specify yarn-specific install instructions (#1511)
15.1.0 / 2017-07-24
==================
- [deps] allow eslint v3 or v4 (#1447)

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "15.1.0",
"version": "16.0.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {