Skip to content

chore: standardize prettier config#45

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

chore: standardize prettier config#45
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

@vreshch vreshch merged commit 34675ce into master Mar 20, 2026
2 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