refactor(config): migrate from .editorconfig and .prettierrc.json to .prettierrc.yml

This commit is contained in:
Naoki Oketani
2025-05-05 06:14:42 +00:00
parent e9c5206141
commit 3848d20fe7
4 changed files with 24 additions and 30 deletions

16
.prettierrc.yml Normal file
View File

@@ -0,0 +1,16 @@
# See: https://prettier.io/docs/en/configuration
printWidth: 80
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
quoteProps: as-needed
jsxSingleQuote: false
trailingComma: none
bracketSpacing: true
bracketSameLine: true
arrowParens: always
proseWrap: always
htmlWhitespaceSensitivity: css
endOfLine: lf