Created ManageServersRowDropdown test

This commit is contained in:
Alejandro Celaya
2021-10-23 10:55:52 +02:00
parent c7c32b494e
commit 8618519b6b
8 changed files with 93 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
},
"ignorePatterns": ["src/service*.ts"],
"rules": {
"complexity": "off"
"complexity": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off"
}
}