Files
GNX-mailEnterprise/frontend/node_modules/stop-iteration-iterator/.eslintrc
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

15 lines
162 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"globals": {
"StopIteration": false,
},
"rules": {
"func-name-matching": [2, "always"],
"id-length": 0,
},
}