Conventions & code formating

This commit is contained in:
iPurpl3x
2021-12-21 17:44:27 +01:00
parent fcd833a248
commit 590d0084c5
11 changed files with 383 additions and 198 deletions

19
.prettierrc Normal file
View File

@@ -0,0 +1,19 @@
bracketSameLine: true
jsxBracketSameLine: true
jsxSingleQuote: true
printWidth: 100
proseWrap: "always"
semi: true
singleQuote: true
tabWidth: 4
trailingComma: "all"
useTabs: true
overrides:
- files:
- "*.json"
- "*.yml"
- "*.yaml"
options:
useTabs: false
tabWidth: 2