mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-15 14:33:33 +08:00
fix: resolve markdownlint MD028 and ESLint eqeqeq warnings
Fix two lint issues that cause `npm run lint` to exit non-zero: 1. README.md (MD028): Two consecutive blockquotes separated by a bare blank line. Markdownlint treats this as one blockquote with an illegal blank line inside. Replace the blank line with a `>` continuation so both paragraphs stay in the same blockquote. 2. session-activity-tracker.js (eqeqeq): Three instances of `== null` replaced with explicit `=== null || === undefined` guards to satisfy the repo's `eqeqeq: warn` ESLint rule. Closes #1366
This commit is contained in:
@@ -179,7 +179,7 @@ Get up and running in under 2 minutes:
|
||||
### Step 2: Install Rules (Required)
|
||||
|
||||
> WARNING: **Important:** Claude Code plugins cannot distribute `rules` automatically. Install them manually:
|
||||
|
||||
>
|
||||
> If your local Claude setup was wiped or reset, that does not mean you need to repurchase ECC. Start with `ecc list-installed`, then run `ecc doctor` and `ecc repair` before reinstalling anything. That usually restores ECC-managed files without rebuilding your setup. If the problem is account or marketplace access for ECC Tools, handle billing/account recovery separately.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user