Ghost/ghost/mail-events
Daniel Lockyer c97cc08455 Updated ESLint config for React+Typescript packages
refs https://github.com/TryGhost/DevOps/issues/50

- `react-app` comes from `eslint-config-react-app`, which is a CRA package
- we're moving away from that so this commit switches the linting over
  to a more recently updated plugin
- once that was removed, we started using a newer version of
  `@typescript-eslint/eslint-plugin`, so there were plenty of
  updates/exemptions to make
2023-07-27 11:40:31 +02:00
..
src Switched TypeScript eslint config to custom plugin 2023-07-25 16:12:35 +02:00
test Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
.eslintrc.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
package.json Pinned dependencies 2023-07-24 16:21:47 +02:00
README.md Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
tsconfig.json Deduplicated tsconfig.json files 2023-07-12 09:34:00 +02:00

Mail Events

Processes mail events

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies

Test

  • yarn lint run just eslint
  • yarn test run lint and tests