[eslint config] v14.1.0

This commit is contained in:
Jordan Harband
2017-02-05 13:07:53 -08:00
parent a8ecaa8a5a
commit 7e35c2dbfc
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
14.1.0 / 2017-02-05
==================
- [patch] allow `eslint-plugin-jsx-a11y` to be v3 or v4. Remove `no-marquee` rule temporarily.
- [deps] update `eslint-config-airbnb-base`, `babel-preset-airbnb`, `eslint`
14.0.0 / 2017-01-08
==================
- [breaking] enable `react/no-array-index-key`, `react/require-default-props`

View File

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