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 39d7c73 commit a1c84eeCopy full SHA for a1c84ee
packages/eslint-config-airbnb/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+12.0.0 / 2016-09-24
2
+==================
3
+- [breaking] Enable react rules: `react/no-unescaped-entities`, `react/no-children-prop`
4
+- [breaking] [deps] update `eslint-config-airbnb-base`
5
+- [patch] disable deprecated and redundant `react/require-extension` rule (#978)
6
+
7
11.2.0 / 2016-09-23
8
==================
9
- [new] set `ecmaVersion` to 2017; enable object rest/spread; update `babel-preset-airbnb`
packages/eslint-config-airbnb/package.json
@@ -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": {
0 commit comments