Merge branch 'staging' into neo-server

This commit is contained in:
Cohee
2024-04-15 00:26:52 +03:00
10 changed files with 276 additions and 81 deletions

View File

@@ -68,6 +68,8 @@ module.exports = {
'no-trailing-spaces': 'error',
'object-curly-spacing': ['error', 'always'],
'space-infix-ops': 'error',
'no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
'no-cond-assign': 'error',
// These rules should eventually be enabled.
'no-async-promise-executor': 'off',