recipe-backend/node_modules/to-buffer/.eslintrc
2025-09-21 12:39:54 +02:00

16 lines
224 B
Text

{
"root": true,
"extends": "@ljharb",
"globals": {
"Float64Array": "readonly",
"Uint8Array": "readonly",
"Uint16Array": "readonly",
},
"rules": {
"complexity": "off",
"max-lines-per-function": "off",
},
}