chore(server): curly braces (#5361)

This commit is contained in:
Jason Rasmussen
2023-11-28 15:09:20 -05:00
committed by GitHub
parent cffdd9c86a
commit 5c1c174db1
3 changed files with 7 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ module.exports = {
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-floating-promises': 'error',
curly: 2,
'prettier/prettier': 0,
},
};