summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/object.getownpropertydescriptors/test/.eslintrc
blob: e9ca97953e783d1d799b2dc285d8b95c67e5b661 (plain)
1
2
3
4
5
6
7
8
{
	"rules": {
		"max-nested-callbacks": [2, 3],
		"max-statements": [2, 15],
		"max-statements-per-line": [2, { "max": 2 }],
		"no-invalid-this": [1]
	}
}