1
0

🔧 Add eslint/prettier configuration files

This commit is contained in:
2022-01-06 15:02:26 +01:00
parent d6093212a9
commit 0a18826978
3 changed files with 77 additions and 0 deletions

14
.prettierrc Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
"embeddedLanguageFormatting": "off"
}