Add prettier config

This commit is contained in:
2023-02-26 22:49:11 +01:00
parent a5282875cc
commit 327a69379a
2 changed files with 62 additions and 35 deletions

5
.prettierrc.js Normal file
View File

@@ -0,0 +1,5 @@
"use strict";
module.exports = {
singleQuote: true,
};