Skip to content

Commit 50e5310

Browse files
authored
chore(release): bump version and deploy packages (#318)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/[email protected] ### Patch Changes - [#317](#317) ([@mheob](https://github.com/mheob)): Updated JSDoc rules: - Added explicit file targeting with GLOB_JS and GLOB_TS - Switched from flat/recommended to flat/recommended-typescript config - Removed jsdoc/no-restricted-syntax rule - Updated jsdoc/require-jsdoc to not require JSDoc on ArrowFunctionExpression or FunctionDeclaration
1 parent af4e33f commit 50e5310

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/whole-cobras-knock.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/eslint-config/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mheob/eslint-config
22

3+
## 8.14.5
4+
5+
### Patch Changes
6+
7+
- [#317](https://github.com/mheob/config/pull/317) ([@mheob](https://github.com/mheob)): Updated JSDoc rules:
8+
- Added explicit file targeting with GLOB_JS and GLOB_TS
9+
- Switched from flat/recommended to flat/recommended-typescript config
10+
- Removed jsdoc/no-restricted-syntax rule
11+
- Updated jsdoc/require-jsdoc to not require JSDoc on ArrowFunctionExpression or FunctionDeclaration
12+
313
## 8.14.4
414

515
### Patch Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/eslint-config",
3-
"version": "8.14.4",
3+
"version": "8.14.5",
44
"description": "My personal configuration for eslint.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)