Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ecaa8 commit 7e35c2dCopy full SHA for 7e35c2d
packages/eslint-config-airbnb/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+14.1.0 / 2017-02-05
2
+==================
3
+- [patch] allow `eslint-plugin-jsx-a11y` to be v3 or v4. Remove `no-marquee` rule temporarily.
4
+- [deps] update `eslint-config-airbnb-base`, `babel-preset-airbnb`, `eslint`
5
+
6
14.0.0 / 2017-01-08
7
==================
8
- [breaking] enable `react/no-array-index-key`, `react/require-default-props`
packages/eslint-config-airbnb/package.json
@@ -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": {
0 commit comments