feat: initial prototype
Node.js CI / Lint and Test (pull_request) Successful in 46s

This commit is contained in:
2025-07-19 19:46:36 -07:00
parent 78b4da6235
commit fe70dcc49f
24 changed files with 5421 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
import NaomisConfig from "@nhcarrigan/eslint-config";
export default [
...NaomisConfig,
{
files: ["src/assets/*.ts"],
rules: {
"max-lines": "off",
},
},
];