This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b012da023d
Ghost
/
ghost
/
model-to-domain-event-interceptor
/
.eslintrc.js
7 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Extracted model event interceptor to separate package refs https://github.com/TryGhost/Ghost/pull/17065 - This is a follow up cleanup work after introducing even mapper when working on collections refresh mechanism. - This module manages interception of the Model events and maps/dispatches Domain events that could later be used in different libraries.
2023-06-28 13:22:13 +03:00
module
.
exports
=
{
Switched TypeScript eslint config to custom plugin refs https://github.com/TryGhost/DevOps/issues/50 - this switches the .eslint configs from `node` to `ts`, which is a new config to support eslint for TypeScript - also makes minor changes to adhere to these new rules
2023-07-25 16:05:21 +03:00
plugins
:
[
'ghost'
]
,
Extracted model event interceptor to separate package refs https://github.com/TryGhost/Ghost/pull/17065 - This is a follow up cleanup work after introducing even mapper when working on collections refresh mechanism. - This module manages interception of the Model events and maps/dispatches Domain events that could later be used in different libraries.
2023-06-28 13:22:13 +03:00
extends
:
[
Switched TypeScript eslint config to custom plugin refs https://github.com/TryGhost/DevOps/issues/50 - this switches the .eslint configs from `node` to `ts`, which is a new config to support eslint for TypeScript - also makes minor changes to adhere to these new rules
2023-07-25 16:05:21 +03:00
'plugin:ghost/ts'
Enabled `no-explicit-any` for majority of packages refs https://github.com/TryGhost/DevOps/issues/50 - we should default to keeping the rule on and so I've excluded lines that currently use `any` to avoid the need to go and fix them all up
2023-07-27 17:36:01 +03:00
]
Extracted model event interceptor to separate package refs https://github.com/TryGhost/Ghost/pull/17065 - This is a follow up cleanup work after introducing even mapper when working on collections refresh mechanism. - This module manages interception of the Model events and maps/dispatches Domain events that could later be used in different libraries.
2023-06-28 13:22:13 +03:00
}
;
Reference in New Issue
Copy Permalink