Assignment5_new/node_modules/is-generator-function/.eslintrc
2025-01-07 10:44:59 +05:30

10 lines
80 B
Plaintext

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