Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MonilBhavsar authored Jul 31, 2024
1 parent ee04005 commit ab41818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ This package provides Expensify's .eslintrc as an extensible shared config. Most

### Testing

After you have submitted a PR with a new version in the `package.json` file
After you have submitted a PR with an updated version in the `package.json` file,

1. Get the full commitID of the last commit in your PR and run `npm install git+https://github.com/Expensify/eslint-config-expensify.git#COMMIT_ID` in the repo against which you want to test those changes.
1. Get the full commitID of the last commit in your PR, and run `npm install git+https://github.com/Expensify/eslint-config-expensify.git#COMMIT_ID` in the repo against which you want to test those changes.
2. This should update the version of `eslint-config-expensify` in `package-lock.json` file, and ensures the repo is referencing to the correct version of the eslint config.
3. Now, you can run `npm run lint` or perform any other tests you want in that repo.

Expand Down

0 comments on commit ab41818

Please sign in to comment.