initial commit & scaffold

This commit is contained in:
Elijah Duffy
2025-12-24 16:59:16 -08:00
commit 7375b4d96f
16 changed files with 167 additions and 0 deletions

10
node-health/.eslintrc.cjs Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
root: true,
extends: ['../../.eslintrc.cjs'],
parserOptions: {
project: './tsconfig.json',
},
rules: {
// package-level overrides
},
};