build: update eslint and prettier config
This commit is contained in:
+2
-1
@@ -2,5 +2,6 @@ module.exports = {
|
||||
semi: false,
|
||||
trailingComma: "all",
|
||||
singleQuote: true,
|
||||
tabWidth: 2
|
||||
printWidth: 100,
|
||||
tabWidth: 2,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user