Ghost/ghost/member-events/lib
Fabien "egg" O'Carroll 104f84f252 Added eslint rule for file naming convention
As discussed with the product team we want to enforce kebab-case file names for
all files, with the exception of files which export a single class, in which
case they should be PascalCase and reflect the class which they export.

This will help find classes faster, and should push better naming for them too.

Some files and packages have been excluded from this linting, specifically when
a library or framework depends on the naming of a file for the functionality
e.g. Ember, knex-migrator, adapter-manager
2023-05-09 12:34:34 -04:00
..
MemberCommentEvent.js Added members.last_commented_at and last_seen_at update when commenting (#15088) 2022-07-25 17:35:46 +02:00
MemberCreatedEvent.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
MemberEntryViewEvent.js Added @tryghost/member-events 2021-09-17 15:22:08 +02:00
MemberLinkClickEvent.js Added member last seen update on link click (#15459) 2022-09-23 10:34:33 +02:00
MemberPageViewEvent.js Added the new MemberPageViewEvent event 2022-02-28 14:42:17 +01:00
MemberPaidCancellationEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberPaidConversionEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberSignupEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberSubscribeEvent.js Renamed verification threshold parameter 2022-08-25 14:26:44 +08:00
MemberUnsubscribeEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
SubscriptionActivatedEvent.js 🐛 Fixed subscriptions visible as "Active" within Ghost Admin (#16255) 2023-02-13 13:07:53 +01:00
SubscriptionCancelledEvent.js Updated subscription created/canceled events data 2022-09-10 11:06:34 +05:30
SubscriptionCreatedEvent.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00