From 0f6db183719d6580b1cd39388093d1e55f54467a Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Tue, 20 Jun 2023 09:13:57 +0900 Subject: [PATCH] release: v1.5.1 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a788f36..6e80b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## [1.5.1](https://github.com/globalbrain/eslint-config/compare/v1.5.0...v1.5.1) (2023-06-20) + +### Bug Fixes + +* ESLint >= 8.40.0 brakes `vue/comma-dangle` rule ([#20](https://github.com/globalbrain/eslint-config/issues/20)) + +# [1.5.0](https://github.com/globalbrain/eslint-config/compare/v1.3.0...v1.5.0) (2023-04-28) + +### Features + +* enforce consistent inline type imports ([#18](https://github.com/globalbrain/eslint-config/issues/18)) ([#19](https://github.com/globalbrain/eslint-config/issues/19)) ([57b4705](https://github.com/globalbrain/eslint-config/commit/57b47055ca881afa4b211d9fb77b6f944c41671a)) + +# [1.3.0](https://github.com/globalbrain/eslint-config/compare/v1.2.1...v1.3.0) (2023-02-17) + +### Features + +* add import order for nuxt paths ([#14](https://github.com/globalbrain/eslint-config/issues/14)) ([8ea0139](https://github.com/globalbrain/eslint-config/commit/8ea013994fbc8998d93bc43a6ee86028bda1b903)) +* remove `consistent-type-imports` preference ([#12](https://github.com/globalbrain/eslint-config/issues/12)) ([#15](https://github.com/globalbrain/eslint-config/issues/15)) ([482a51c](https://github.com/globalbrain/eslint-config/commit/482a51c2058dc70f61bc4b90841b15d0522bb3f6)) + +## [1.2.1](https://github.com/globalbrain/eslint-config/compare/v1.2.0...v1.2.1) (2023-01-08) + +### Bug Fixes + +* "max statements per line" rule is some how applied ([5d6178e](https://github.com/globalbrain/eslint-config/commit/5d6178e21d0e6519a42ef7f15a27e671507a9655)) + +# [1.2.0](https://github.com/globalbrain/eslint-config/compare/v1.1.0...v1.2.0) (2023-01-08) + +### Features + +* add typescript rules ([#8](https://github.com/globalbrain/eslint-config/issues/8)) ([ba97269](https://github.com/globalbrain/eslint-config/commit/ba97269c44dd402c251b9319fe389d0e00beef13)) + +# [1.1.0](https://github.com/globalbrain/eslint-config/compare/v1.0.0...v1.1.0) (2022-11-22) + +### Features + +* enforce one true brace style ([#4](https://github.com/globalbrain/eslint-config/issues/4)) ([#5](https://github.com/globalbrain/eslint-config/issues/5)) ([9996dbe](https://github.com/globalbrain/eslint-config/commit/9996dbeff86d81d157505d7175ccdca59e2b35f8)) + +# [1.0.0](https://github.com/globalbrain/eslint-config/compare/v0.1.0...v1.0.0) (2022-11-09) + +### Features + +* enforces parens around parameters regardless of arity ([#3](https://github.com/globalbrain/eslint-config/issues/3)) ([8d9b877](https://github.com/globalbrain/eslint-config/commit/8d9b877abba836e7176bd56b0f28b365669d9d54)) + +# 0.1.0 (2022-09-30) + # [1.5.0](https://github.com/globalbrain/eslint-config/compare/v1.3.0...v1.5.0) (2023-04-28) ### Features diff --git a/package.json b/package.json index 028dec4..8ff9285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/eslint-config", - "version": "1.5.0", + "version": "1.5.1", "packageManager": "pnpm@8.6.3", "description": "The Global Brain ESLint Config.", "author": "Kia Ishii ",