From 49cc420662e2873516ede1fff0e9fc7d84680d31 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 30 Mar 2025 17:51:55 -0400 Subject: Updated packages --- bot/eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/eslint.config.js') diff --git a/bot/eslint.config.js b/bot/eslint.config.js index 3e15c48..6e8c23d 100644 --- a/bot/eslint.config.js +++ b/bot/eslint.config.js @@ -21,7 +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'], + '@stylistic/js/object-curly-spacing': ['error', 'always'], 'require-await': 'error' } }, -- cgit v1.2.3