new linting config

This commit is contained in:
Jelle van Snik
2023-01-08 15:38:27 +01:00
parent 3a67d50f42
commit 196d6ae6e5
7 changed files with 60 additions and 58 deletions

4
prettierrc.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
trailingComma: "all",
singleQuote: true
};