Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
__generated__/
@willbooster/
dist/
drizzle/mount/
temp/
tmp/
playwright-report/
Expand Down
4 changes: 4 additions & 0 deletions oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// wbfy:start oxlint-base
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The use of separate markers (oxlint-base and oxlint-export) for a simple two-line configuration file adds unnecessary noise. Unless required by the automation tool for specific injection points, consider merging these into a single block to simplify the file and reduce redundancy, as per Rule 6 of the repository style guide.

References
  1. Simplify code as much as possible to eliminate redundancy. (link)

import config from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

// wbfy:start oxlint-export
export default config;
// wbfy:end oxlint-export
Loading