-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Fork Release #16
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I mostly just removed things that aren't needed and then optimized what is.
All files and docs should now point to the new repo.
- Use my script convention for QoL. - Add commit message linting configs. - Add git hooks for commit messages and clean pushes. - Add a minimal Semantic Release configuration (CI vars already set up). - Added relevant dev dependencies for the above.
Hopefully this works first try, it's my first Github CI!
This was only conventional before, now it's enforced.
See the added documentation for details on how I generated these. I could have had the modules export `any`, but I like having the validation.
- Remove unneeded eslint annotation. - Remove type checking skip, in favor of specifying types.
Here goes nothing. It's nice not having downstream users yet. 😅 |
🎉 This issue has been resolved in version 19.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
For posterity, I had two failed releases initially.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Makes progress on #10 and #11, though some tasks remain. Once merged, this should automatically create a release and publish it to the NPM package registry.
Because this is a breaking change, I will update the release notes with a migration guide:
Migrating from
eslint-config-airbnb-typescript
v18.0.0package.json
fromeslint-config-airbnb-typescript
to@kesills/eslint-config-airbnb-typescript
. This package starts at version 19 for a smooth transition from the original.@stylistic
rules yet, it's likely unwanted formatting errors will start being reported in your project. See this section of theREADME
for options. We plan on providing a better solution in the future, see Add True Flat Configs #14.