From 48d906bfd8fade21c13e73ea703ecb699a19c533 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 30 Mar 2025 17:39:45 -0400 Subject: More eslint styling --- bot/eslint.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/eslint.config.js') diff --git a/bot/eslint.config.js b/bot/eslint.config.js index e9901f8..3e15c48 100644 --- a/bot/eslint.config.js +++ b/bot/eslint.config.js @@ -21,6 +21,7 @@ export default [ '@stylistic/js/semi-style': ['error', 'last'], '@stylistic/js/semi': ['error', 'always'], '@stylistic/js/indent': ['error', 4], + 'object-curly-spacing': ['error', 'always'], 'require-await': 'error' } }, -- cgit v1.2.3