Skip to content

Commit 91ee03a

Browse files
committed
⬆️ update eslint*
1 parent 9fc7c4b commit 91ee03a

3 files changed

Lines changed: 94 additions & 149 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export default [{
3131
...globals.mocha,
3232
Promise: true,
3333
},
34-
3534
parser: tsParser,
3635
},
3736

@@ -78,5 +77,6 @@ export default [{
7877
"no-unexpected-multiline": "error",
7978
indent: ["error", 2],
8079
"eol-last": "error",
80+
"preserve-caught-error": "off",
8181
},
8282
}];

0 commit comments

Comments
 (0)