hello-world

This commit is contained in:
Pavel Murygin
2022-02-15 19:37:35 +03:00
parent 9d7e32eb8c
commit f36f92297a
8 changed files with 15057 additions and 8504 deletions

View File

@ -0,0 +1,8 @@
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false,
};