RevelaOS/node_modules/is-generator-function/.eslintrc
2023-10-15 23:53:41 +01:00

9 lines
79 B
Text

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