Skip to content

Commit

Permalink
Add missing eslint dependency (#1094)
Browse files Browse the repository at this point in the history
### Description

<!--
✍️ Write a short summary of your work. Screenshots and videos are
welcome!
-->

### Demo URL

<!--
Provide a URL to a live deployment where we can test your PR. If a demo
isn't possible feel free to omit this section.
-->

### Type of Change

- [ ] New Example
- [ ] Example updates (Bug fixes, new features, etc.)
- [ ] Other (changes to the codebase, but not to examples)

### New Example Checklist

- [ ] 🛫 `npm run new-example` was used to create the example
- [ ] 📚 The template wasn't used but I carefuly read the [Adding a new
example](https://github.com/vercel/examples#adding-a-new-example) steps
and implemented them in the example
- [ ] 📱 Is it responsive? Are mobile and tablets considered?
  • Loading branch information
chriswdmr authored Feb 27, 2025
1 parent 2c9816f commit 8a8ac83
Show file tree
Hide file tree
Showing 2 changed files with 533 additions and 3 deletions.
1 change: 1 addition & 0 deletions flags-sdk/experimentation-statsig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.8",
"typescript": "^5.7.3"
Expand Down
Loading

0 comments on commit 8a8ac83

Please sign in to comment.