Skip to content

Commit 2a52948

Browse files
author
Ray Schamp
committed
fix(base): Enforce comma-style
BREAKING CHANGE: http://eslint.org/docs/rules/comma-style ([2])
1 parent bd9e9fc commit 2a52948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module.exports = {
7373
'camelcase': [2],
7474
'comma-dangle': [2, 'never'],
7575
'comma-spacing': [2],
76+
'comma-style': [2],
7677
'func-style': [2, 'expression'],
7778
'indent': [2, 4],
7879
'jsx-quotes': [2, 'prefer-double'],

0 commit comments

Comments
 (0)