NeahOpti/node_modules/pino/.eslintrc
2025-04-22 12:49:37 +02:00

9 lines
92 B
Plaintext

{
"extends": [
"standard"
],
"rules": {
"no-var": "off"
}
}