[eslint config] v18.0.1

This commit is contained in:
Jordan Harband
2019-08-13 12:30:37 -07:00
parent 530278467f
commit a204cdf38a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
18.0.1 / 2019-08-13
==================
- [patch] `react/state-in-constructor`: fix incorrect configuration
18.0.0 / 2019-08-10
==================
- [breaking] add eslint v6, drop eslint v4

View File

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