Enable object-curly-spacing lint

This commit is contained in:
valadaptive
2023-12-04 12:32:41 -05:00
parent 414c9bd5fb
commit 5f1bed1e70
7 changed files with 23 additions and 22 deletions

View File

@@ -58,6 +58,7 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'eol-last': ['error', 'always'],
'no-trailing-spaces': 'error',
'object-curly-spacing': ['error', 'always'],
// These rules should eventually be enabled.
'no-async-promise-executor': 'off',