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:
@@ -14,18 +14,18 @@ module.exports = {
|
||||
fromModel: {
|
||||
type: 'string',
|
||||
required: true,
|
||||
columnName: 'from_model'
|
||||
columnName: 'from_model',
|
||||
},
|
||||
originalRecordId: {
|
||||
type: 'string',
|
||||
required: true,
|
||||
columnName: 'original_record_id'
|
||||
columnName: 'original_record_id',
|
||||
},
|
||||
originalRecord: {
|
||||
type: 'json',
|
||||
required: true,
|
||||
columnName: 'original_record'
|
||||
}
|
||||
columnName: 'original_record',
|
||||
},
|
||||
|
||||
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
|
||||
// ║╣ ║║║╠╩╗║╣ ║║╚═╗
|
||||
@@ -36,5 +36,5 @@ module.exports = {
|
||||
// ╩ ╩╚═╝╚═╝╚═╝╚═╝╩╩ ╩ ╩ ╩╚═╝╝╚╝╚═╝
|
||||
},
|
||||
|
||||
archiveModelIdentity: false
|
||||
archiveModelIdentity: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user