Formatting and linting

This commit is contained in:
2024-01-19 13:16:56 +01:00
parent d393d87389
commit 45b21835b2
5 changed files with 64 additions and 82 deletions

View File

@@ -11,7 +11,7 @@ const config = {
bracketSpacing: true,
arrowParens: "avoid",
parser: "typescript",
endOfLine: "crlf"
endOfLine: "crlf",
}
module.exports = config
module.exports = config