This commit is contained in:
2026-04-06 11:09:46 +02:00
parent 71a054b964
commit 31fa528fe2
9 changed files with 490 additions and 1 deletions

7
.prettierrc.js Normal file
View File

@@ -0,0 +1,7 @@
export default {
tabWidth: 4,
singleQuote: true,
trailingComma: 'es5',
printWidth: 150,
arrowParens: 'always',
};