Merge branch 'eslint-brace-style-error' into 'develop'
eslint: brace-style error See merge request soapbox-pub/soapbox-fe!662
This commit is contained in:
commit
59174b108f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module.exports = {
|
|||
},
|
||||
|
||||
rules: {
|
||||
'brace-style': 'warn',
|
||||
'brace-style': 'error',
|
||||
'comma-dangle': ['error', 'always-multiline'],
|
||||
'comma-spacing': [
|
||||
'warn',
|
||||
|
|
Loading…
Reference in a new issue