Skip to content

Add Oxlint configuration with Project Wallace preset#176

Merged
bartveneman merged 1 commit intomainfrom
claude/debug-oxlint-preset-5rfwD
Mar 19, 2026
Merged

Add Oxlint configuration with Project Wallace preset#176
bartveneman merged 1 commit intomainfrom
claude/debug-oxlint-preset-5rfwD

Conversation

@bartveneman
Copy link
Member

Summary

This PR adds Oxlint configuration to the project using the Project Wallace preset for consistent linting standards.

Changes

  • Added .oxlintrc.json configuration file that extends the @projectwallace/preset-oxlint preset
  • Added @projectwallace/preset-oxlint (v0.0.7) as a dev dependency

Details

The new Oxlint configuration leverages a shared preset from Project Wallace, which provides a standardized set of linting rules for the project. This ensures consistent code quality checks across the codebase without needing to manually define individual lint rules.

https://claude.ai/code/session_01QEnYnY4Fcs2DWajYxNPSvF

The preset package was missing from devDependencies and no .oxlintrc.json
existed to extend it, so oxlint was running with default rules only.

https://claude.ai/code/session_01QEnYnY4Fcs2DWajYxNPSvF
@bartveneman bartveneman merged commit eb43f7d into main Mar 19, 2026
4 of 5 checks passed
@bartveneman bartveneman deleted the claude/debug-oxlint-preset-5rfwD branch March 19, 2026 22:23
@codecov
Copy link

codecov bot commented Mar 19, 2026

Bundle Report

Bundle size has no change ✅

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.98%. Comparing base (2e39f67) to head (344e449).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #176   +/-   ##
=======================================
  Coverage   96.98%   96.98%           
=======================================
  Files           2        2           
  Lines         365      365           
  Branches      124      124           
=======================================
  Hits          354      354           
  Misses         10       10           
  Partials        1        1           

☔ 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.

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.

2 participants