Skip to content

Commit

Permalink
release: v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jun 20, 2023
1 parent ac9dd78 commit 0f6db18
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globalbrain/eslint-config",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"description": "The Global Brain ESLint Config.",
"author": "Kia Ishii <[email protected]>",
Expand Down

0 comments on commit 0f6db18

Please sign in to comment.