[eslint config] v14.0.0

This commit is contained in:
Jordan Harband
2017-01-08 15:19:26 -08:00
parent 7ec81d2a94
commit 846d687936
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
14.0.0 / 2017-01-08
==================
- [breaking] enable `react/no-array-index-key`, `react/require-default-props`
- [breaking] [deps] update `eslint`, `eslint-plugin-import`, `eslint-plugin-react`, `eslint-config-airbnb-base`
- [breaking] [deps] update `eslint-plugin-jsx-a11y` to v3 (#1166)
- [docs] add note about `install-peerdeps` (#1234)
- [docs] Updated instructions to support non-bash users (#1214)
13.0.0 / 2016-11-06
==================
- [breaking] Enable `import/no-webpack-loader-syntax` rule (#1123)

View File

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