aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/call-bound/.eslintrc
blob: 2612ed8fefad45d3a68ae842a28e0353ebcb5cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"new-cap": [2, {
			"capIsNewExceptions": [
				"GetIntrinsic",
			],
		}],
	},
}