Skip to content

chore: add quality tooling (editorconfig, prettier, markdownlint)#11

Merged
RickCogley merged 1 commit intomainfrom
chore/add-quality-tooling
Apr 15, 2026
Merged

chore: add quality tooling (editorconfig, prettier, markdownlint)#11
RickCogley merged 1 commit intomainfrom
chore/add-quality-tooling

Conversation

@RickCogley
Copy link
Copy Markdown
Member

Summary

  • Add .editorconfig, .prettierrc, .prettierignore, .markdownlint.yml matching conventions from consumer repos (pulse, etc.)
  • These were present in app repos but missing from the .github profile repo

Closes #10

Test plan

  • Verify configs are at repo root
  • Verify .prettierrc matches pulse conventions (single quotes, 100 width)
  • Verify .markdownlint.yml has CJK-aware punctuation

Adds standard quality configs matching eSolia consumer repo conventions:
- .editorconfig (2-space, UTF-8, LF)
- .prettierrc (single quotes, 100 width, no trailing commas)
- .prettierignore (excludes build outputs, lockfiles)
- .markdownlint.yml (CJK-aware, relaxed line length for docs)

Closes #10

InfoSec: no security impact — tooling configuration only
@RickCogley RickCogley merged commit e154515 into main Apr 15, 2026
2 of 3 checks passed
@RickCogley RickCogley deleted the chore/add-quality-tooling branch April 15, 2026 13:16
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.

chore: add quality tooling (editorconfig, prettier, markdownlint)

1 participant