Ghost/.github
Daniel Lockyer e11636b6f8
Fixed execution path for lint commands in lint-staged
refs https://ghost.slack.com/archives/C02G9E68C/p1665497363885949

- we've seen an issue with `lint-staged` in the Admin package because it
  doesn't pick up the lint-todo file, so it incorrectly flags linting
  issues that we're ignoring
- this is happening because it runs the command from cwd, where the lint
  exclusion file does not exist
- thankfully, `lint-staged` has `--relative` which will run the command
  from the directory where the command is defined in config, so `ghost/admin`
  in our case, and that means the lint file is present and picked up
2022-10-11 21:54:58 +07:00
..
hooks Fixed execution path for lint commands in lint-staged 2022-10-11 21:54:58 +07:00
ISSUE_TEMPLATE Switched our old style bug report template to a form 2021-11-12 10:30:08 +00:00
workflows Increased frequency of stale bot execution to hourly 2022-09-29 16:10:49 +07:00
AUTO_ASSIGN Removed Members packages from auto-assign rules 2022-07-22 12:40:29 +02:00
CODEOWNERS Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2022-08-05 16:06:26 +01:00
dev.js Added note about fetching the Stripe secret token 2022-10-06 16:56:05 +07:00
FUNDING.yml Update FUNDING.yml 2020-07-28 13:19:20 +07:00
PULL_REQUEST_TEMPLATE.md Updated hiring links 2022-09-30 19:56:26 +01:00
SUPPORT.md Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00