formspree / formspree-js

The fastest way to hook up a React form
https://formspree.io/javascript
MIT License
63 stars 12 forks source link

chore: set up ESLint and hook it up to lint-staged #43

Closed bhongy closed 1 year ago

bhongy commented 1 year ago

Note: similar to prettier, since we run lint on lint-staged, we're not running it in CI (redundant).

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 08830814c215c82d925477566cb5596d9f2bd34d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
formspree-react-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2023 8:20am
colevscode commented 1 year ago

Just checking: we're still targeting es5 so this shouldn't change the distribution, right?

bhongy commented 1 year ago

Just checking: we're still targeting es5 so this shouldn't change the distribution, right?

Correct, we don't change the compilation target in this PR.