fix ESLint errors when opening a configuration file in the IDE

This commit is contained in:
Hazelnoot 2025-10-01 20:23:13 -04:00
parent 01f90265ec
commit 2b4b5fd32c
11 changed files with 31 additions and 18 deletions

View file

@ -178,7 +178,8 @@ export default [
"**/coverage/",
"**/node_modules/",
"**/libopenmpt/",
"**/storybook-static/"
"**/storybook-static/",
"*.*",
]
},
];