Skip to content

Enforce semicolons and double quotes in frontend ESLint#9

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-eslint-semicolon-rule
Draft

Enforce semicolons and double quotes in frontend ESLint#9
Copilot wants to merge 2 commits intomainfrom
copilot/add-eslint-semicolon-rule

Conversation

Copy link

Copilot AI commented Feb 12, 2026

The frontend lint configuration now enforces semicolons and double quotes, aligning formatting expectations across the codebase.

  • Lint configuration
    • Added semi: ["error", "always"] and quotes: ["error", "double"] to the frontend ESLint rules.
  • Codebase normalization
    • Auto-updated frontend TypeScript/React files to comply with the new rules.

Example:

const title = "Welcome";
const count = 3;

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: yortch <4576246+yortch@users.noreply.github.com>
Copilot AI changed the title [WIP] Add ESLint rule to enforce semicolons Enforce semicolons and double quotes in frontend ESLint Feb 12, 2026
Copilot AI requested a review from yortch February 12, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants