From 975943edc49f3c43da62b01fbf387fe9fdd46ed9 Mon Sep 17 00:00:00 2001 From: yinyong02 Date: Thu, 1 Feb 2018 17:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=202.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- eslint.json | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7130f..befd6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.3.0] - 2018-02-01 +### Added +- `array-callback-return` + ## [2.2.0] - 2018-02-01 ### Added - `no-lonely-if` @@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - initialize this project +[2.3.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/1.0.0...2.0.0 -[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.2.0...HEAD +[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.3.0...HEAD diff --git a/eslint.json b/eslint.json index 06ef755..2b112b9 100644 --- a/eslint.json +++ b/eslint.json @@ -42,6 +42,7 @@ "no-with": 2, "no-lonely-if": 2, "no-useless-return": 2, + "array-callback-return": 2, "prefer-promise-reject-errors": 2, "no-param-reassign": 2, "no-unused-vars": 2, diff --git a/package.json b/package.json index 39a60c1..6d4eb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-superfe-hn", - "version": "2.2.0", + "version": "2.3.0", "description": "Eslint configration for Super-FE's HTML-Native apps", "scripts": { "test": "eslint index.js -c eslint.json",