Skip to content

Commit eb43f7d

Browse files
bartvenemanclaude
andauthored
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

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.oxlintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["@projectwallace/preset-oxlint"]
3+
}

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@codecov/rollup-plugin": "^1.9.1",
48+
"@projectwallace/preset-oxlint": "^0.0.7",
4849
"@types/node": "^25.5.0",
4950
"@vitest/coverage-v8": "^4.0.3",
5051
"oxfmt": "^0.41.0",

0 commit comments

Comments
 (0)