mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
Code formatting with prettier, change eslint config for the server
This commit is contained in:
@@ -22,14 +22,14 @@ module.exports = {
|
||||
cardId: {
|
||||
model: 'Card',
|
||||
required: true,
|
||||
columnName: 'card_id'
|
||||
columnName: 'card_id',
|
||||
},
|
||||
labelId: {
|
||||
model: 'Label',
|
||||
required: true,
|
||||
columnName: 'label_id'
|
||||
}
|
||||
columnName: 'label_id',
|
||||
},
|
||||
},
|
||||
|
||||
tableName: 'card_label'
|
||||
tableName: 'card_label',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user