Skip to content

Commit 5e69b1b

Browse files
committedOct 23, 2024
chore(eslintrc): disable @typescript-eslint/restrict-plus-operands rule
1 parent c7ab476 commit 5e69b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ module.exports = {
9090
'@typescript-eslint/no-unsafe-argument': 'off',
9191
'@typescript-eslint/no-unsafe-assignment': 'off',
9292
'@typescript-eslint/no-unsafe-member-access': 'off',
93+
'@typescript-eslint/restrict-plus-operands': 'off',
9394
'@typescript-eslint/restrict-template-expressions': [
9495
'error',
9596
{

0 commit comments

Comments
 (0)
Please sign in to comment.