up
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user