Commit eb43f7d
Add Oxlint configuration with Project Wallace preset (#176)
## 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
Co-authored-by: Claude <noreply@anthropic.com>1 parent 2e39f67 commit eb43f7d
3 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments