Prettier: formatted documents

This commit is contained in:
aronmal 2023-10-20 15:23:05 +02:00
parent 85f1ce262a
commit b23c2a24ea
Signed by: aronmal
GPG key ID: 816B7707426FC612
15 changed files with 1803 additions and 328 deletions

View file

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