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:
Alex Gleason 2021-08-03 20:06:43 +00:00
commit 59174b108f
1 changed files with 1 additions and 1 deletions

View File

@ -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',