summaryrefslogtreecommitdiff
path: root/src/node_modules/is-generator-function/.eslintrc
blob: d7f41a52d7da0b60d414dd0cf7590657f2e16af3 (plain)
1
2
3
4
5
6
7
8
9
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"no-new-func": 1
	},
}