website refactor
This commit is contained in:
@@ -18,9 +18,9 @@ module.exports = {
|
||||
fixable: null,
|
||||
schema: [],
|
||||
messages: {
|
||||
missingImplements: 'Presenter class must implement Presenter<TInput, TOutput> interface',
|
||||
missingPresentMethod: 'Presenter class must have present(input) method',
|
||||
missingUseClient: 'Presenter must have \'use client\' directive at top-level',
|
||||
missingImplements: 'Presenter class must implement Presenter<TInput, TOutput> interface - see apps/website/lib/contracts/presenters/Presenter.ts',
|
||||
missingPresentMethod: 'Presenter class must have present(input) method - see apps/website/lib/contracts/presenters/Presenter.ts',
|
||||
missingUseClient: 'Presenter must have \'use client\' directive at top-level - see apps/website/lib/contracts/presenters/Presenter.ts',
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user