This commit is contained in:
2026-03-22 02:14:19 +01:00
parent eb27ea441b
commit 435d1d299f
7 changed files with 4995 additions and 12 deletions

7
.prettierrc.js Normal file
View File

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