NeahNew/node_modules/pino/.eslintrc
2025-05-03 14:17:46 +02:00

9 lines
92 B
Plaintext

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