🛂(app-desk) add TeamActions component
TeamActions is a component that control the actions that a member can performed on the team. It contains a dropdown menu that contains the actions: - Edit Team - Remove Team
This commit is contained in:
@@ -15,6 +15,12 @@ module.exports = {
|
||||
rules: { ...common.globalRules, '@next/next/no-html-link-for-pages': 'off' },
|
||||
overrides: [
|
||||
...common.eslintTS,
|
||||
{
|
||||
files: ['**/*.ts'],
|
||||
rules: {
|
||||
'@typescript-eslint/no-unsafe-member-access': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['*.spec.*', '*.test.*', '**/__mock__/**/*'],
|
||||
extends: ['plugin:playwright/recommended'],
|
||||
|
||||
Reference in New Issue
Block a user