fix lint errors in misskey-bubble-game/eslint.config.js

This commit is contained in:
Hazelnoot 2025-10-06 15:35:23 -04:00
parent efb84e226d
commit f38a841c6b

View file

@ -6,11 +6,11 @@ export default [
...sharedConfig,
{
ignores: [
"**/lib/",
"**/temp/",
"**/built/",
"**/coverage/",
"**/node_modules/",
'**/lib/',
'**/temp/',
'**/built/',
'**/coverage/',
'**/node_modules/',
],
},
{