From f38a841c6bb80e35e12c1fe3fd720132c7ed152a Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Mon, 6 Oct 2025 15:35:23 -0400 Subject: [PATCH] fix lint errors in misskey-bubble-game/eslint.config.js --- packages/misskey-bubble-game/eslint.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/misskey-bubble-game/eslint.config.js b/packages/misskey-bubble-game/eslint.config.js index a49a613287..35f5ebc921 100644 --- a/packages/misskey-bubble-game/eslint.config.js +++ b/packages/misskey-bubble-game/eslint.config.js @@ -6,11 +6,11 @@ export default [ ...sharedConfig, { ignores: [ - "**/lib/", - "**/temp/", - "**/built/", - "**/coverage/", - "**/node_modules/", + '**/lib/', + '**/temp/', + '**/built/', + '**/coverage/', + '**/node_modules/', ], }, {