website refactor
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
category: 'Model Taxonomy',
|
||||
},
|
||||
messages: {
|
||||
message: 'Display objects cannot contain domain models',
|
||||
message: 'Display objects cannot contain domain models - see apps/website/lib/contracts/view-models/ViewModel.ts',
|
||||
},
|
||||
},
|
||||
create(context) {
|
||||
@@ -49,7 +49,7 @@ module.exports = {
|
||||
category: 'Model Taxonomy',
|
||||
},
|
||||
messages: {
|
||||
message: 'Domain models cannot contain display objects',
|
||||
message: 'Domain models cannot contain display objects - see apps/website/lib/contracts/view-models/ViewModel.ts',
|
||||
},
|
||||
},
|
||||
create(context) {
|
||||
|
||||
Reference in New Issue
Block a user