mirror of
https://github.com/plankanban/planka.git
synced 2025-12-15 17:23:19 +03:00
Code formatting with prettier, change eslint config for the server
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = {
|
||||
|
||||
name: {
|
||||
type: 'string',
|
||||
required: true
|
||||
required: true,
|
||||
},
|
||||
|
||||
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
|
||||
@@ -27,11 +27,11 @@ module.exports = {
|
||||
membershipUsers: {
|
||||
collection: 'User',
|
||||
via: 'projectId',
|
||||
through: 'ProjectMembership'
|
||||
through: 'ProjectMembership',
|
||||
},
|
||||
boards: {
|
||||
collection: 'Board',
|
||||
via: 'projectId'
|
||||
}
|
||||
}
|
||||
via: 'projectId',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user