Files
geo/backend/node_modules/stop-iteration-iterator/.eslintrc
2026-02-04 00:11:19 +05:00

15 lines
162 B
Plaintext
Executable File

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