Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1c84ee

Browse files
committed
[eslint config] v12.0.0
1 parent 39d7c73 commit a1c84ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
11.2.0 / 2016-09-23
28
==================
39
- [new] set `ecmaVersion` to 2017; enable object rest/spread; update `babel-preset-airbnb`

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "11.2.0",
3+
"version": "12.0.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)