elearning/Frontend-Learner/node_modules/is-generator-function/.eslintrc

10 lines
80 B
Text
Raw Normal View History

2026-01-13 10:46:40 +07:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"no-new-func": 1,
},
}