website refactor

This commit is contained in:
2026-01-12 14:52:04 +01:00
parent e3e451d959
commit 48957bfc56
13 changed files with 82 additions and 42 deletions

View File

@@ -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) {