FLUJOS/VISUALIZACION/node_modules/safe-array-concat/.eslintrc
2025-11-07 00:06:12 +01:00

15 lines
201 B
Text
Executable file

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}