build: update eslint and prettier config

This commit is contained in:
mrholek
2023-09-26 17:57:51 +02:00
parent 5def136d9a
commit d9ec6a488f
3 changed files with 9 additions and 28 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ module.exports = {
semi: false,
trailingComma: "all",
singleQuote: true,
tabWidth: 2
printWidth: 100,
tabWidth: 2,
};