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
|
@ -52,7 +52,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
|
|
||||||
rules: {
|
rules: {
|
||||||
'brace-style': 'warn',
|
'brace-style': 'error',
|
||||||
'comma-dangle': ['error', 'always-multiline'],
|
'comma-dangle': ['error', 'always-multiline'],
|
||||||
'comma-spacing': [
|
'comma-spacing': [
|
||||||
'warn',
|
'warn',
|
||||||
|
|
Loading…
Reference in New Issue