feat: initial prototype
Node.js CI / Lint and Test (push) Failing after 58s

This commit is contained in:
2025-10-07 11:38:38 -07:00
parent 2bfbe921ea
commit 9896bff829
11 changed files with 5725 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import NaomisConfig from '@nhcarrigan/eslint-config';
export default [
...NaomisConfig,
{
rules: {
"no-console" : "off",
"no-await-in-loop": "off"
}
}
];