@bengsfort/eslint-config-flat
v0.2.5
Published
Flat version of my eslint config.
Readme
@bengsfort/eslint-config-flat
Repo containing my personal eslint configs. Flat version of @bengsfort/eslint-config. Extensions are welcome!
Releasing
Automated Release Flow
Once a PR hits main, the release workflow will trigger and any changesets will be handled automatically.
Manual Release Flow
- When a new feature or change has been made, run
pnpm add-changeto create a changeset (this should be commited). - When ready to release, run
pnpm bump-versionto apply all changes and update changelogs. - Run
pnpm installto update lockfile and rebuild packages. - Commit and run
pnpm ci:publishto publish.
@todo
[ ] Proper documentation and code examples.
