Initial setup from simple-proxy

This commit is contained in:
William Oldham
2023-12-17 20:02:37 +00:00
parent 9bf6a12c3d
commit 040bf3b0bc
14 changed files with 4646 additions and 0 deletions

4
.prettierrc.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
trailingComma: 'all',
singleQuote: true,
};