initial commit

This commit is contained in:
2024-10-02 20:46:17 -05:00
commit 4b49e0f9fe
14 changed files with 796 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
bracketSameLine: true,
printWidth: 120,
};