Files
FileCollect/node_modules/is-generator-function/.eslintrc
T
2025-10-22 08:19:00 +08:00

10 lines
80 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"no-new-func": 1,
},
}