Prettier install & format

This commit is contained in:
2025-01-24 14:17:23 +00:00
parent ff6582d821
commit 0a849d728b
4 changed files with 46 additions and 39 deletions

8
prettier.config.js Normal file
View File

@@ -0,0 +1,8 @@
const config = {
singleQuote: false,
tabWidth: 4,
trailingComma: "all",
printWidth: 100,
};
export default config;