team-monite / monite-sdk

Monite SDK: Embed invoicing and payables into your app
MIT License
12 stars 7 forks source link

refactor(proposal): tune ESLint rules and apply them ❇️ #260

Closed radist2s closed 1 month ago

radist2s commented 1 month ago
  1. Enabled and Applied no-extra-boolean-cast Rule:

    • Automatically fixed cases where unnecessary boolean casts were present.
  2. Enabled and Applied prefer-const Rule:

    • Ensured that variables which are never reassigned are declared as const for better immutability.
  3. Enabled and Manually Applied @typescript-eslint/no-unused-vars Rule:

    • Removed or adjusted variables that were declared but never used, reducing code clutter.
changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 3173ef4f33b6e4a857fb00b199bae83ded372f1f

The changes in this PR will be included in the next version bump.

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

Not sure what this means? Click here to learn what changesets are.

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