Ghost/apps/comments-ui/src
Daniel Lockyer 6dc1d08590 Re-enabled general eslint rules in TS config
refs https://github.com/TryGhost/DevOps/issues/50

- when creating a TS config in our `eslint-plugin-ghost` dependency, I
  only extended the recommended config, which left out a lot of
  stylistic things we used to enforce in JS
- this fixes that by bumping the dependency to a version which extends
  those shared configs, and fixes all the code that currently goes
  against those rules
2023-09-08 13:47:42 +02:00
..
components Re-enabled general eslint rules in TS config 2023-09-08 13:47:42 +02:00
images/icons
styles
utils Re-enabled general eslint rules in TS config 2023-09-08 13:47:42 +02:00
actions.ts Converted Comments-UI App to TypeScript and React hooks (#17760) 2023-08-18 13:30:59 +00:00
App.tsx Re-enabled general eslint rules in TS config 2023-09-08 13:47:42 +02:00
AppContext.ts Extended translations beta to comments (#17801) 2023-08-24 10:33:03 +02:00
AuthFrame.tsx Re-enabled general eslint rules in TS config 2023-09-08 13:47:42 +02:00
index.tsx Converted Comments-UI App to TypeScript and React hooks (#17760) 2023-08-18 13:30:59 +00:00
pages.ts
setupTests.ts
typings.d.ts
vite-env.d.ts