aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/es-object-atoms/.eslintrc
blob: d90a1bc657a8c3b85c939c7b20e4ed4e4aba4ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"eqeqeq": ["error", "allow-null"],
		"id-length": "off",
		"new-cap": ["error", {
			"capIsNewExceptions": [
				"RequireObjectCoercible",
				"ToObject",
			],
		}],
	},
}