mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
allign prettierrc with config in frontend
This commit is contained in:
parent
bb1769abab
commit
bfe64b1510
14
.prettierignore
Normal file
14
.prettierignore
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
invokeai/frontend/.husky
|
||||||
|
invokeai/frontend/patches
|
||||||
|
|
||||||
|
# Ignore artifacts:
|
||||||
|
build
|
||||||
|
coverage
|
||||||
|
static
|
||||||
|
invokeai/frontend/dist
|
||||||
|
|
||||||
|
# Ignore all HTML files:
|
||||||
|
*.html
|
||||||
|
|
||||||
|
# Ignore deprecated docs
|
||||||
|
docs/installation/deprecated_documentation
|
@ -1,9 +1,10 @@
|
|||||||
endOfLine: lf
|
|
||||||
tabWidth: 2
|
|
||||||
useTabs: false
|
|
||||||
singleQuote: true
|
|
||||||
quoteProps: as-needed
|
|
||||||
embeddedLanguageFormatting: auto
|
embeddedLanguageFormatting: auto
|
||||||
|
endOfLine: lf
|
||||||
|
singleQuote: true
|
||||||
|
semi: true
|
||||||
|
tabWidth: 2
|
||||||
|
trailingComma: es5
|
||||||
|
useTabs: false
|
||||||
overrides:
|
overrides:
|
||||||
- files: '*.md'
|
- files: '*.md'
|
||||||
options:
|
options:
|
||||||
@ -11,3 +12,6 @@ overrides:
|
|||||||
printWidth: 80
|
printWidth: 80
|
||||||
parser: markdown
|
parser: markdown
|
||||||
cursorOffset: -1
|
cursorOffset: -1
|
||||||
|
- files: 'invokeai/frontend/public/locales/*.json'
|
||||||
|
options:
|
||||||
|
tabWidth: 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user