koa-plugins/node_modules/is-generator-function/.eslintrc
2020-03-01 17:38:34 +01:00

9 lines
80 B
Text

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