Migrate to monorepo and pnpm (#163)

DXJ-85
This commit is contained in:
Pavel
2022-08-24 18:03:06 +03:00
committed by GitHub
parent bcfd5ff634
commit 16fdbce17d
87 changed files with 5341 additions and 19263 deletions

View File

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