mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
refine prettier config
This commit is contained in:
parent
c0466745cc
commit
6eaccacf00
@ -1,9 +1,14 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
semi: false,
|
|
||||||
printWidth: 100,
|
printWidth: 100,
|
||||||
singleQuote: true,
|
|
||||||
trailingComma: "all",
|
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
|
useTabs: false,
|
||||||
|
semi: false,
|
||||||
|
singleQuote: true,
|
||||||
|
quoteProps: "as-needed",
|
||||||
|
jsxSingleQuote: true,
|
||||||
|
trailingComma: "all",
|
||||||
bracketSpacing: true,
|
bracketSpacing: true,
|
||||||
|
bracketSameLine: false,
|
||||||
|
arrowParens: "always",
|
||||||
endOfLine: "auto",
|
endOfLine: "auto",
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user