Skip to content
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

chore: update eslint-config-ipfs and fix lint #413

Merged
merged 2 commits into from
Jun 8, 2023

Conversation

SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented Jun 8, 2023

  • Update eslint-config-ipfs.
  • Moved app-specific types to types.ts from global.d.ts due to import() type eslint rule violations.
  • add type imports where types are needed and used to be globally available.

@SgtPooki SgtPooki requested a review from a team as a code owner June 8, 2023 17:55
Copy link
Contributor

@whizzzkid whizzzkid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this somewhat overlaps with #311

Can you please fill out the description for this issue and what's not covered? Also some nits.

src/Flag.ts Outdated Show resolved Hide resolved
src/types.ts Outdated Show resolved Hide resolved
src/types.ts Outdated Show resolved Hide resolved
@SgtPooki
Copy link
Member Author

SgtPooki commented Jun 8, 2023

this somewhat overlaps with #311

I don't think it does at all, since this only involves fixing linting issues.. there is zero logic change in this, and practically zero code changes that aren't only moving things from global.d.ts -> types.ts and adding type imports where things used to be globally available.

Can you please fill out the description for this issue and what's not covered? Also some nits.

Updated description

@SgtPooki SgtPooki requested a review from whizzzkid June 8, 2023 18:26
Copy link
Contributor

@whizzzkid whizzzkid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix nits, and 🚀

@SgtPooki SgtPooki merged commit 165f35c into master Jun 8, 2023
@SgtPooki SgtPooki deleted the update-eslint-config-ipfs branch June 8, 2023 22:42
github-actions bot pushed a commit that referenced this pull request Jun 8, 2023
## [1.2.2](v1.2.1...v1.2.2) (2023-06-08)

### Trivial Changes

* update eslint-config-ipfs and fix lint ([#413](#413)) ([165f35c](165f35c))
@github-actions
Copy link

github-actions bot commented Jun 8, 2023

🎉 This PR is included in version 1.2.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants