Skip to content

Commit a613304

Browse files
committed
Enable comma-dangle rule for multiline
See xojs/eslint-config-xo#60
1 parent 051c2c2 commit a613304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = {
104104
'comma-dangle': 'off',
105105
'@typescript-eslint/comma-dangle': [
106106
'error',
107-
'never'
107+
'always-multiline'
108108
],
109109
'comma-spacing': 'off',
110110
'@typescript-eslint/comma-spacing': [

0 commit comments

Comments
 (0)