We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9e9fc commit 2a52948Copy full SHA for 2a52948
index.js
@@ -73,6 +73,7 @@ module.exports = {
73
'camelcase': [2],
74
'comma-dangle': [2, 'never'],
75
'comma-spacing': [2],
76
+ 'comma-style': [2],
77
'func-style': [2, 'expression'],
78
'indent': [2, 4],
79
'jsx-quotes': [2, 'prefer-double'],
0 commit comments