Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Feb 17, 2023
1 parent 8ea0139 commit c19845d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [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
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.2.1",
"version": "1.3.0",
"packageManager": "[email protected]",
"description": "The Global Brain ESLint Config.",
"author": "Kia Ishii <[email protected]>",
Expand Down

0 comments on commit c19845d

Please sign in to comment.