This commit is contained in:
2026-03-29 03:25:09 +02:00
parent 435d1d299f
commit f00872240f
3 changed files with 165 additions and 363 deletions

View File

@@ -60,7 +60,14 @@ export default [
'import/no-unresolved': [
'error',
{
ignore: ['^yargs/helpers$'],
ignore: [
'^yargs/helpers$',
'^p-queue$',
'^@vitejs/plugin-react$',
'^public-ip$',
'^@modelcontextprotocol/sdk/',
'^@maizzle/framework$'
],
},
],
'sonarjs/regex-complexity': 0,