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

17 lines
224 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}