summaryrefslogtreecommitdiff
path: root/src/node_modules/call-bind/.eslintrc
blob: 559f1913664db0114c7e5c9eabf7935efb7ed7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"func-name-matching": 0,
		"new-cap": [2, {
			"capIsNewExceptions": [
				"GetIntrinsic",
			],
		}],
		"no-magic-numbers": 0,
	},
}