Scaffold files.

This commit is contained in:
Miles Johnson 2023-04-15 14:12:44 -07:00
commit 64b680ddd8
13 changed files with 2835 additions and 0 deletions

10
.eslintrc.js Normal file
View file

@ -0,0 +1,10 @@
/* eslint-disable sort-keys */
module.exports = {
root: true,
extends: ['moon', 'moon/node'],
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir: __dirname,
},
};