From 695a5899b80754de866694c7e2cfaa9ad55f0e8b Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 16 Oct 2024 13:55:05 -0600 Subject: [PATCH] Remove random ` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d04ce4..1c03a04 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package provides Expensify's .eslintrc as an extensible shared config. Most ## How to Develop 1. You only need to make a PR with the changes. There is no need to bump the version in `package.json` file in your PR. A github action will automatically bump the version and publish the package to npm after PR is merged. -` + ### Testing After you have submitted a PR,