This repository was archived by the owner on Jan 11, 2026. It is now read-only.
Commit 754854c
chore: disable overly pedantic lint rules
Disable rules that are too strict for practical development:
- max-statements: function length limits
- no-inline-comments: inline comments are useful
- no-promise-executor-return: false positives
- unicorn/no-immediate-mutation: common pattern
- no-base-to-string: false positives with template literals
- no-redundant-type-constituents: type narrowing patterns
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent c58631d commit 754854c
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
136 | 143 | | |
| |||
0 commit comments