mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 12:17:24 +00:00
Add prettier and husky to insure format before commit (#1)
This commit is contained in:
12
frontend/prettierrc.yml
Normal file
12
frontend/prettierrc.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
printWidth: 120
|
||||
tabWidth: 2
|
||||
useTabs: false
|
||||
semi: false
|
||||
singleQuote: false
|
||||
quoteProps: "as-needed"
|
||||
jsxSingleQuote: true
|
||||
trailingComma: "none"
|
||||
bracketSameLine: false
|
||||
arrowParens: "avoid"
|
||||
endOfLine: "lf"
|
||||
bracketSpacing: false
|
Reference in New Issue
Block a user