iasdasd:wq!

adding a starter page
This commit is contained in:
ajaythapliyal
2023-02-09 22:51:08 +05:30
parent 1d35cfb9d3
commit 124760e820
9 changed files with 362 additions and 139 deletions

View File

@@ -1,6 +1,7 @@
module.exports = {
trailingComma: "all",
tabWidth: 4,
semi: false,
singleQuote: true,
}
trailingComma: 'all',
tabWidth: 2,
semi: false,
singleQuote: true,
printWidth: 80,
}