mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
[eslint config] v12.0.0
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user