Skip to content

Commit

Permalink
update(typescript): @stylistic/js/no-confusing-arrow (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme authored Mar 6, 2025
1 parent 0e90553 commit c14d0ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/typescript/stylistic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const typescriptStylisticRules = {
max: 1,
}],
'@stylistic/js/new-parens': ['error', 'always'],
'@stylistic/js/no-confusing-arrow': 'warn',
'@stylistic/js/no-floating-decimal': 'error',
'@stylistic/js/no-mixed-operators': 'error',
'@stylistic/js/no-mixed-spaces-and-tabs': 'error',
Expand Down

0 comments on commit c14d0ec

Please sign in to comment.