Initial commit

This commit is contained in:
Luka Romih
2022-12-07 04:43:36 +01:00
commit 257f3c354f
496 changed files with 55373 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
overrides:
- files:
- "*.js"
- "*.pug"
- "express/bin/www"
options:
semi: false
singleQuote: true
trailingComma: none
arrowParens: avoid
- files: "*.pug"
options:
pugAttributeSeparator: as-needed
pugSingleQuote: false
# Disabled and solved in package.json
# Reason: bug https://github.com/prettier/prettier/issues/8924
# - files: "express/bin/www"
# # options:
# # parser: babel