Skip to content

Commit

Permalink
chore: release 44.1.1
Browse files Browse the repository at this point in the history
fix: also allow ReturnStatement in @stylistic/max-statements-per-line
  • Loading branch information
Cherry committed Dec 1, 2024
1 parent e6f4ae6 commit 46c57d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
33 changes: 19 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodecraft/eslint-config",
"version": "44.2.0",
"version": "44.2.1",
"description": "Nodecraft base JS ESLint config",
"keywords": [
"eslint",
Expand Down
1 change: 1 addition & 0 deletions rules/plugin-stylistic.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ module.exports = {
ignoredNodes: [
'ContinueStatement',
'BreakStatement',
'ReturnStatement',
],
}],

Expand Down

0 comments on commit 46c57d1

Please sign in to comment.