Files
timetracker/node_modules/get-proto/.eslintrc
Felix Schlusche 9310cb2b8f Initial commit
2025-10-23 00:32:06 +02:00

11 lines
104 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"sort-keys": "off",
},
}