ken_nogi/NodeJS/Care7_old/node_modules/is-generator-function/.eslintrc
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

10 lines
79 B
Plaintext

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