lint: infix spacing

This commit is contained in:
Cohee 2023-12-06 22:08:06 +02:00
parent ea7720a7de
commit 5e282ac7b4
2 changed files with 3 additions and 2 deletions

View File

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