Skip to content

Commit

Permalink
Merge pull request #474 from fishbrain/bump-version
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
lhansford authored Dec 8, 2023
2 parents 31e2de5 + 9e6c36e commit 1b09082
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ with some extra rules for Jest tests from [eslint-plugin-jest](https://github.co

For non-react TypeScript projects, see [eslint-config-fishbrain-base](https://github.com/fishbrain/eslint-config-fishbrain-base)



## Usage

```bash
Expand Down Expand Up @@ -100,5 +98,5 @@ To enable ESLint in VS Code add the following to your `settings.json`:

1. Update the version number in package.json
2. Merge all changes to `develop`
3. Run `@blip golive eslint-config-fishbrain` in Slack.
3. Run `/golive eslint-config-fishbrain` in Slack.
4. Merge the created go live PR.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-fishbrain",
"version": "5.0.2",
"version": "5.0.3",
"description": "ESLint config for Fishbrain TypeScript projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1b09082

Please sign in to comment.