Fix CI lint failures and address repository quality issues - #8
Merged
Conversation
Agent-Logs-Url: https://github.com/potemkin666/bluelens/sessions/c865ca1d-dd7f-49e1-93be-be3b2191e9b6 Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
…icense Agent-Logs-Url: https://github.com/potemkin666/bluelens/sessions/c12cf656-ce2f-456c-b6bc-79c63725ae7f Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
Agent-Logs-Url: https://github.com/potemkin666/bluelens/sessions/c12cf656-ce2f-456c-b6bc-79c63725ae7f Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
Agent-Logs-Url: https://github.com/potemkin666/bluelens/sessions/c12cf656-ce2f-456c-b6bc-79c63725ae7f Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
Agent-Logs-Url: https://github.com/potemkin666/bluelens/sessions/c12cf656-ce2f-456c-b6bc-79c63725ae7f Co-authored-by: potemkin666 <183807833+potemkin666@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
potemkin666
May 14, 2026 17:52
View session
potemkin666
marked this pull request as ready for review
May 14, 2026 17:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI failing on Prettier format check (21 files) and ESLint errors (18 errors, 15 warnings). Analysis revealed additional gaps: missing security policy, contributing guide, outdated ESLint, and unclear dependency model.
Code Quality
ESLint errors eliminated (33 → 15 warnings, 0 errors):
/* global */declarations conflicting with.eslintrc.jsonglobals/\"/g→/"/g)!Boolean(x.trim())→!x.trim())_per conventionESLint upgraded (8.57.1 → 10.3.0):
.eslintrc.json→eslint.config.mjs(flat config requirement)TextEncoder,structuredClone,HTMLInputElement,AbortController,createImageBitmap,performanceno-useless-assignment,preserve-caught-error) as warningspackage.json:
"license": "MIT"fieldDocumentation
SECURITY.md: Vulnerability reporting process, response SLA, security features summary
CONTRIBUTING.md: Dev setup, code style enforcement (ESLint/Prettier), testing requirements, PR workflow, project structure map
README.md: Clarified browser-loaded dependencies (exifr, Tesseract.js, SparkMD5, sha256) - not npm deps because CDN-loaded
Formatting
Auto-fixed Prettier violations across 21 files per
.prettierrc.json(140 char width, 2-space, LF).