website refactor
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
category: 'Write Boundary',
|
||||
},
|
||||
messages: {
|
||||
message: 'Write boundaries must use mutation functions, not direct mutations',
|
||||
message: 'Write boundaries must use mutation functions, not direct mutations - see apps/website/lib/contracts/write-boundaries/WriteBoundary.ts',
|
||||
},
|
||||
},
|
||||
create(context) {
|
||||
@@ -55,7 +55,7 @@ module.exports = {
|
||||
category: 'Write Boundary',
|
||||
},
|
||||
messages: {
|
||||
message: 'Write boundaries must use repository pattern for data access',
|
||||
message: 'Write boundaries must use repository pattern for data access - see apps/website/lib/contracts/write-boundaries/WriteBoundary.ts',
|
||||
},
|
||||
},
|
||||
create(context) {
|
||||
|
||||
Reference in New Issue
Block a user