Ghost/apps/announcement-bar
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 Converted CRA packages to Vite 2023-07-27 09:43:35 +02:00
.yarnrc Prevented git tags from being created for apps 2023-07-10 13:09:28 +02:00
LICENSE Moved announcement-bar to apps/ 2023-06-14 12:28:55 +02:00
package.json Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
README.md Converted CRA packages to Vite 2023-07-27 09:43:35 +02:00
vite.config.js Converted CRA packages to Vite 2023-07-27 09:43:35 +02:00

Announcement Bar

Development

Pre-requisites

  • Run yarn in Ghost monorepo root
  • Run yarn in this directory

Running via Ghost yarn dev in root folder

You can automatically start the announcement-bar dev server when developing Ghost by running Ghost (in root folder) via yarn dev --announcementbar.

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license.