[eslint config] v12.0.0

This commit is contained in:
Jordan Harband
2016-09-24 15:06:10 -07:00
parent 39d7c73ef1
commit a1c84eee15
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
12.0.0 / 2016-09-24
==================
- [breaking] Enable react rules: `react/no-unescaped-entities`, `react/no-children-prop`
- [breaking] [deps] update `eslint-config-airbnb-base`
- [patch] disable deprecated and redundant `react/require-extension` rule (#978)
11.2.0 / 2016-09-23
==================
- [new] set `ecmaVersion` to 2017; enable object rest/spread; update `babel-preset-airbnb`

View File

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