[eslint config] v11.1.0

This commit is contained in:
Jordan Harband
2016-09-11 15:51:58 -07:00
parent 3fc37b3a26
commit e59376f625
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
11.1.0 / 2016-09-11
==================
- [deps] update `eslint-config-airbnb-base`, `eslint`
11.0.0 / 2016-09-08
==================
- [breaking] enable `react` rules: `react/no-danger-with-children`, `react/no-unused-prop-types`, `react/style-prop-object`, `react/forbid-prop-types`, `react/jsx-no-duplicate-props`; set `react/no-danger` to “warn”

View File

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