Skip to content

Commit a148b84

Browse files
Update index.js
1 parent c268dc5 commit a148b84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module.exports = {
5757
'global-require': 0,
5858
'camelcase': 0,
5959
'linebreak-style': 0,
60+
'operator-linebreak': 0,
6061
'no-underscore-dangle': 0,
6162
'jsx-quotes': [1, 'prefer-double'],
6263
'react/jsx-filename-extension': [1, { 'extensions': ['.js', '.jsx'] }],
@@ -78,11 +79,10 @@ module.exports = {
7879
'memberSyntaxSortOrder': ['all', 'single', 'multiple', 'none'],
7980
}],
8081
'key-spacing': [2, {
81-
align: {
82-
'beforeColon': false,
83-
'afterColon': true,
84-
'on': 'value',
85-
},
82+
'beforeColon': false,
83+
'afterColon': true,
84+
'align': 'value',
85+
'mode': 'minimum',
8686
}],
8787
'react/sort-comp': [
8888
2,

0 commit comments

Comments
 (0)