elearning/Frontend-Learner/node_modules/is-generator-function/.eslintrc
2026-01-13 10:48:02 +07:00

9 lines
80 B
Text

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