Touch-ups and adding drone pipeline

This commit is contained in:
2023-05-23 15:40:31 -04:00
parent 19b6de68cf
commit f0c2c8d855
7 changed files with 342 additions and 7 deletions

7
.prettierrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
parser: 'typescript',
printWidth: 120,
trailingComma: 'all',
tabWidth: 4,
singleQuote: true,
};