Skip to content

Commit

Permalink
Update rules and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Jan 25, 2025
1 parent ca9c63b commit 607ca3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Node.js CI

on:
push:
branches: '**'
tags-ignore: '**'
branches: ['**']
tags-ignore: ['**']
pull_request:
branches: '**'
branches: ['**']

jobs:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@eslint-community/eslint-plugin-eslint-comments": ">=4.1",
"@origin-1/eslint-plugin": ">=0.16",
"@stylistic/eslint-plugin": "^2.9",
"@typescript-eslint/eslint-plugin": "^8.15",
"@typescript-eslint/parser": "^8.15",
"@typescript-eslint/eslint-plugin": "^8.20",
"@typescript-eslint/parser": "^8.20",
"eslint": "^9.3",
"eslint-plugin-n": "17"
},
Expand Down
1 change: 1 addition & 0 deletions src/lib/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ Record<string | symbol, PluginSettingsAny | PluginSettingsForLang> =
'no-invalid-void-type': 'off',
'no-misused-new': ['error'],
'no-misused-promises': ['error', { checksVoidReturn: false }],
'no-misused-spread': ['error'],
'no-mixed-enums': ['error'],
'no-non-null-asserted-nullish-coalescing': ['error'],
'no-non-null-asserted-optional-chain': ['error'],
Expand Down

0 comments on commit 607ca3b

Please sign in to comment.