Skip to content

Commit

Permalink
fix: Set @stylistic/js/implicit-arrow-linebreak to below
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 21, 2024
1 parent b7609ce commit f3c004d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ export default [
'unicorn/no-array-callback-reference': 'off',
'unicorn/prevent-abbreviations': 'off',

'@stylistic/js/implicit-arrow-linebreak': 'below',
'@stylistic/js/indent': 'off',
'@stylistic/js/object-curly-spacing': ['error', 'always'],
'@stylistic/ts/indent': 'off',
Expand Down

0 comments on commit f3c004d

Please sign in to comment.