Skip to content

Update to eslint@9#138

Merged
GregRos merged 4 commits into
masterfrom
eslint-9
Nov 5, 2025
Merged

Update to eslint@9#138
GregRos merged 4 commits into
masterfrom
eslint-9

Conversation

@GregRos

@GregRos GregRos commented Aug 4, 2025

Copy link
Copy Markdown
Owner

Some more changes to linting:

  • Adds a markdownlint-cli2 file with settings that worked well for me in some other projects
  • Exclude prettier from touching markdown. Tends to be too aggressive.
  • Enable linting code blocks in markdown using ESlint markdown processor.
  • Code blocks are linted using ESLint's stylistic plugin configured not to wrap any code. Code blocks should be manually wrapped for maximum readability.

Regarding eslint@9:

  • Migrates to flat config file format.
  • Updates linting packages and plugins.
  • Keep the same rules, with one or two exceptions.

@codecov

codecov Bot commented Aug 4, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.91%. Comparing base (528a377) to head (060ffb4).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #138   +/-   ##
=======================================
  Coverage   94.91%   94.91%           
=======================================
  Files          63       63           
  Lines        1808     1808           
  Branches      209      209           
=======================================
  Hits         1716     1716           
  Misses         92       92           
Flag Coverage Δ
char-info 99.77% <ø> (ø)
parjs 93.35% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@GregRos
GregRos merged commit 6fdab3b into master Nov 5, 2025
3 checks passed
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