Skip to content

Commit

Permalink
feat: change brace-style to 1tbs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jun 11, 2021
1 parent b37a151 commit 32f97b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = {
'no-unused-vars': 'warn',
'no-param-reassign': 'off',
'array-bracket-spacing': ['error', 'never'],
'brace-style': ['error', 'stroustrup', { allowSingleLine: true }],
'brace-style': ['error', '1tbs', { allowSingleLine: true }],
'block-spacing': ['error', 'always'],
'camelcase': 'off',
'comma-spacing': ['error', { before: false, after: true }],
Expand Down

0 comments on commit 32f97b5

Please sign in to comment.