Skip to content

Commit 84ffb96

Browse files
authored
chore: update @eslint-community/eslint-utils (#20069)
1 parent a355a0e commit 84ffb96

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/rules/array-callback-return.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ module.exports = {
233233
url: "https://eslint.org/docs/latest/rules/array-callback-return",
234234
},
235235

236-
// eslint-disable-next-line eslint-plugin/require-meta-has-suggestions -- false positive
237236
hasSuggestions: true,
238237

239238
schema: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"homepage": "https://eslint.org",
105105
"bugs": "https://github.com/eslint/eslint/issues/",
106106
"dependencies": {
107-
"@eslint-community/eslint-utils": "^4.2.0",
107+
"@eslint-community/eslint-utils": "^4.8.0",
108108
"@eslint-community/regexpp": "^4.12.1",
109109
"@eslint/config-array": "^0.21.0",
110110
"@eslint/config-helpers": "^0.3.1",

packages/js/src/configs/eslint-all.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ module.exports = Object.freeze({
197197
"prefer-rest-params": "error",
198198
"prefer-spread": "error",
199199
"prefer-template": "error",
200+
"preserve-caught-error": "error",
200201
"radix": "error",
201202
"require-atomic-updates": "error",
202203
"require-await": "error",

0 commit comments

Comments
 (0)