Removed prettier files

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-01-21 00:35:00 +01:00
parent 9ec53882d1
commit 53179f0c2b
2 changed files with 0 additions and 18 deletions

View File

@@ -1 +0,0 @@
src/config/

View File

@@ -1,17 +0,0 @@
/** @type { import('prettier').Config } */
const config = {
printWidth: 80,
tabWidth: 4,
useTabs: false,
semi: false,
singleQuote: false,
quoteProps: "as-needed",
trailingComma: "none",
bracketSpacing: true,
arrowParens: "avoid",
parser: "typescript",
endOfLine: "crlf",
}
module.exports = config