Skip to content

chore: standardize prettier config#78

Merged
vreshch merged 1 commit intomasterfrom
chore/standardize-prettier
Mar 20, 2026
Merged

chore: standardize prettier config#78
vreshch merged 1 commit intomasterfrom
chore/standardize-prettier

Conversation

@vreshch
Copy link
Contributor

@vreshch vreshch commented Mar 20, 2026

Standardize Prettier Config

Align prettier config to the standard used across all repos.

.prettierrc

{
  "semi": true,
  "singleQuote": true,
  "trailingComma": "es5",
  "printWidth": 100,
  "tabWidth": 2
}

Changes

  • Standardize to .prettierrc (not .prettierrc.json)
  • Remove redundant defaults (useTabs, arrowParens, endOfLine)
  • Standardize .prettierignore — minimal, consistent across repos
  • Only 5 non-default options — nothing extra

@github-actions
Copy link

🔍 Pull Request Validation Results

Step Status
🔍 Type Check ✅ Passed
🎨 Lint ✅ Passed
🎨 Format ✅ Passed
🏗️ Build ✅ Passed
🧪 Tests ✅ Passed
📊 Coverage ✅ Passed

Overall: ✅ All checks passed!

📋 View workflow


⏰ Generated at: 2026-03-20T20:55:01.072Z

@vreshch vreshch merged commit 23161d3 into master Mar 20, 2026
3 checks passed
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.

1 participant