fix lint errors in misskey-bubble-game/eslint.config.js
This commit is contained in:
parent
efb84e226d
commit
f38a841c6b
1 changed files with 5 additions and 5 deletions
|
|
@ -6,11 +6,11 @@ export default [
|
|||
...sharedConfig,
|
||||
{
|
||||
ignores: [
|
||||
"**/lib/",
|
||||
"**/temp/",
|
||||
"**/built/",
|
||||
"**/coverage/",
|
||||
"**/node_modules/",
|
||||
'**/lib/',
|
||||
'**/temp/',
|
||||
'**/built/',
|
||||
'**/coverage/',
|
||||
'**/node_modules/',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue