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: upgrade Prettier and ESLint #1478

Open
wants to merge 4 commits into
base: rc
Choose a base branch
from

Conversation

arnautov-anton
Copy link
Contributor

@arnautov-anton arnautov-anton commented Feb 28, 2025

Description of the changes, What, Why and How?

  • upgraded Prettier to latest available version, adjusted configuration
  • upgraded ESLint to latest available version, added new configuration
  • dropped unused packages:
    • commitlint stuff (@commitlint/cli, @commitlint/config-conventional)
    • ESLint plugins (eslint-config-prettier, eslint-plugin-markdown, eslint-plugin-prettier, eslint-plugin-sonarjs, eslint-plugin-typescript-sort-keys)
    • standard-version - deprecated (previously used for versioning and CHANGELOG.md generation)
    • replaced @typescript-eslint/eslint-plugin & @typescript-eslint/parser with typescript-eslint
  • commit linting now happens through separate CI job (pr-check.yml)

Notable Changes:

Copy link
Contributor

Size Change: +471 B (+0.16%)

Total Size: 290 kB

Filename Size Change
dist/cjs/index.browser.cjs 82.3 kB +169 B (+0.21%)
dist/cjs/index.node.cjs 126 kB +146 B (+0.12%)
dist/esm/index.js 82 kB +156 B (+0.19%)

compressed-size-action

@arnautov-anton arnautov-anton force-pushed the chore/prettier-and-eslint-upgrade branch from b717e95 to e68eb41 Compare February 28, 2025 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant