actions/github/codeql-action-v2/node_modules/stop-iteration-iterator/.eslintrc

14 lines
162 B
Text

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