This repository has been archived on 2026-06-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flights_web_raw/node_modules/stop-iteration-iterator/.eslintrc
T

15 lines
162 B
Plaintext

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