Files
PasswordManager/node_modules/gopd/.eslintrc
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05: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",
],
}],
},
}