eslint: brace-style error

This commit is contained in:
Alex Gleason 2021-08-03 14:41:27 -05:00
parent ad2db4e7bc
commit a14dfa1070
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module.exports = {
},
rules: {
'brace-style': 'warn',
'brace-style': 'error',
'comma-dangle': ['error', 'always-multiline'],
'comma-spacing': [
'warn',