init
This commit is contained in:
24
worklenz-frontend/.prettierrc
Normal file
24
worklenz-frontend/.prettierrc
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"semi": true,
|
||||
"tabWidth": 2,
|
||||
"printWidth": 100,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"bracketSpacing": true,
|
||||
"jsxBracketSameLine": false,
|
||||
"arrowParens": "avoid",
|
||||
"endOfLine": "lf",
|
||||
"jsxSingleQuote": false,
|
||||
"proseWrap": "preserve",
|
||||
"quoteProps": "as-needed",
|
||||
"useTabs": false,
|
||||
"htmlWhitespaceSensitivity": "css",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.less", "*.scss", "*.css"],
|
||||
"options": {
|
||||
"singleQuote": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user