Modulo planilla v1
Some checks failed
build-and-push / build (push) Successful in 33s
build-and-push / deploy (push) Failing after 1s

This commit is contained in:
2025-05-02 17:59:47 -06:00
parent 76138f676d
commit e1dc751397
760 changed files with 82397 additions and 10 deletions

16
api/node_modules/gopd/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}