Skip to content

Commit

Permalink
Merge branch 'release/5.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ravorona committed Apr 7, 2024
2 parents 4ca98e8 + 57cba8a commit 6a4f7fe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [5.2.2](https://github.com/ravorona/eslint-config-typescript/compare/5.0.1...5.2.2) (2024-04-07)


### Features

* Add recommended type checked rules ([186504e](https://github.com/ravorona/eslint-config-typescript/commit/186504e5f30e623dea775bae82090e51c9fd30d7))
* Disable js files by default ([0fa1fa2](https://github.com/ravorona/eslint-config-typescript/commit/0fa1fa297bcfceaccb020088f9195d1e90d39d5b))
* Documentation update ([cc9a63f](https://github.com/ravorona/eslint-config-typescript/commit/cc9a63fb9310496bfb5c3efc4b09620d06e39225))
* Use @ravorona/eslint-config 4.2.0 ([2b40964](https://github.com/ravorona/eslint-config-typescript/commit/2b40964a66c0653fc2583311e8170f851a881226))
* Use @ravorona/eslint-config 4.3.0 ([70a2e5d](https://github.com/ravorona/eslint-config-typescript/commit/70a2e5d22b708ee66db645d495da65c860659a9c))


### Bug Fixes

* Parser options ([2e3b704](https://github.com/ravorona/eslint-config-typescript/commit/2e3b704f6750ed894a41f60b48f0e837a4d43eb1))

## [5.2.1](https://github.com/ravorona/eslint-config-typescript/compare/5.0.1...5.2.1) (2024-04-07)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ravorona/eslint-config-typescript",
"version": "5.2.1",
"version": "5.2.2",
"description": "ESLint configuration for Typescript",
"main": "eslint.config.js",
"repository": "git@github.com:ravorona/eslint-config-typescript.git",
Expand All @@ -13,7 +13,7 @@
"typescript"
],
"dependencies": {
"@ravorona/eslint-config": "^4.3.0"
"@ravorona/eslint-config": "^4.3.1"
},
"peerDependencies": {
"@eslint/js": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ravorona/eslint-config@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@ravorona/eslint-config/-/eslint-config-4.3.0.tgz#967e07e905285f83fbcf90260d98644b02ba9a47"
integrity sha512-wGeibwHn3lkK1irJG9u+i6wyWaKy7DGHu+5eUrpZV6DS+dZ9mzdywYy4Nba07u7OxTNLmC9ZTMURJsB/md8I+w==
"@ravorona/eslint-config@^4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@ravorona/eslint-config/-/eslint-config-4.3.1.tgz#ef1d78209a5044925f053d93427cf05b2d811af9"
integrity sha512-stkd7Ks6wG4ecMGP9B8VtG/2ptGBPlFw7OkMk/jGFXrSBBSSMZId38CfZuHHJihZEJ3INApmQQAOaW6qTzT1uQ==

prettier@^3.2.5:
version "3.2.5"
Expand Down

0 comments on commit 6a4f7fe

Please sign in to comment.