mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
Code formatting with prettier, change eslint config for the server
This commit is contained in:
@@ -13,11 +13,11 @@ module.exports = {
|
||||
|
||||
position: {
|
||||
type: 'number',
|
||||
required: true
|
||||
required: true,
|
||||
},
|
||||
name: {
|
||||
type: 'string',
|
||||
required: true
|
||||
required: true,
|
||||
},
|
||||
|
||||
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
|
||||
@@ -31,15 +31,15 @@ module.exports = {
|
||||
projectId: {
|
||||
model: 'Project',
|
||||
required: true,
|
||||
columnName: 'project_id'
|
||||
columnName: 'project_id',
|
||||
},
|
||||
lists: {
|
||||
collection: 'List',
|
||||
via: 'boardId'
|
||||
via: 'boardId',
|
||||
},
|
||||
labels: {
|
||||
collection: 'Label',
|
||||
via: 'boardId'
|
||||
}
|
||||
}
|
||||
via: 'boardId',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user