Initial commit

This commit is contained in:
2020-02-12 20:03:51 +01:00
commit 47f0edb8e6
21 changed files with 14975 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
};