Adding dependencies

This commit is contained in:
aronmal 2023-10-17 15:33:47 +02:00
parent cd14a32e42
commit 8c95309e8c
Signed by: aronmal
GPG key ID: 816B7707426FC612
4 changed files with 4585 additions and 7 deletions

4
prettier.config.cjs Normal file
View file

@ -0,0 +1,4 @@
module.exports = {
printWidth: 1000,
plugins: ["prettier-plugin-organize-imports"],
};