Files
CATALOGO_INFINITY/backend/node_modules/is-arguments/.eslintrc
T
2026-06-09 08:25:57 -05:00

10 lines
104 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "min": 1, "max": 25 }],
}
}