diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-31 10:36:25 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-31 10:36:25 -0500 |
commit | 8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8 (patch) | |
tree | 0d8a1772a4579a136ebfdd06a3d368b3a2c0d1cf /.changeset/README.md | |
parent | ci: Alter version bump to only ignore pnpm lockfile, not rest (diff) | |
download | locusts-8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8.tar locusts-8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8.tar.gz locusts-8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8.tar.bz2 locusts-8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8.tar.lz locusts-8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8.tar.xz locusts-8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8.tar.zst locusts-8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8.zip |
js: Migrate to ESLint 9
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.changeset/README.md')
-rw-r--r-- | .changeset/README.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.changeset/README.md b/.changeset/README.md index e5b6d8d..468dd17 100644 --- a/.changeset/README.md +++ b/.changeset/README.md @@ -1,8 +1,11 @@ # Changesets -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) +Hello and welcome! This folder has been automatically generated by +`@changesets/cli`, a build tool that works with multi-package repos, or +single-package repos to help you version and publish your code. You can find the +full documentation for it +[in our repository](https://github.com/changesets/changesets) -We have a quick list of common questions to get you started engaging with this project in +We have a quick list of common questions to get you started engaging with this +project in [our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) |