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
8fc8dc72e6
Ghost
/
ghost
/
post-events
/
.eslintrc.js
7 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added post events package refs https://github.com/TryGhost/Arch/issues/16 - This package is meant to hold Domain Events associated with Post model/entity. The very first one here is PostsBulkDestroyedEvent needed to signal bulk destroy action completion from the posts service.
2023-07-25 11:42:44 +03:00
module
.
exports
=
{
plugins
:
[
'ghost'
]
,
extends
:
[
Switched to TypeScript eslint config refs https://github.com/TryGhost/DevOps/issues/50 - we have a TS config for this now so this switches over to that
2023-08-09 18:24:48 +03:00
'plugin:ghost/ts'
Added post events package refs https://github.com/TryGhost/Arch/issues/16 - This package is meant to hold Domain Events associated with Post model/entity. The very first one here is PostsBulkDestroyedEvent needed to signal bulk destroy action completion from the posts service.
2023-07-25 11:42:44 +03:00
]
}
;
Reference in New Issue
Copy Permalink