FLUJOS/VISUALIZACION/node_modules/is-callable/.eslintrc
2025-11-07 00:06:12 +01:00

10 lines
126 B
Text
Executable file

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-statements-per-line": [2, { "max": 2 }],
},
}