Skip to content

Commit fb5e204

Browse files
committedAug 3, 2024
Add @stylistic/function-paren-newline rule
https://eslint.style/rules/js/function-paren-newline
1 parent cb6b443 commit fb5e204

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎index.js

+4
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ const rules = {
330330
'error',
331331
'never',
332332
],
333+
'@stylistic/function-paren-newline': [
334+
'error',
335+
'multiline',
336+
],
333337
'func-name-matching': [
334338
'error',
335339
{

0 commit comments

Comments
 (0)
Please sign in to comment.