chore: add EVERYTHING

This commit is contained in:
2026-03-22 17:43:55 -05:00
parent 5ea7bb8f95
commit 91fa272fe6
11 changed files with 3715 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
trailingComma: "es5",
tabWidth: 2,
semi: true,
singleQuote: false,
arrowParens: "always",
useTabs: false,
};