mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
feat: add server editing functionality and enhance server management features
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
},
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
"argsIgnorePattern": "^_",
|
||||
"varsIgnorePattern": "^_"
|
||||
}
|
||||
],
|
||||
"no-undef": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user