aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/es-define-property/.eslintrc
blob: 46f3b120b8724f7a62ece8975157c2df19e5f1b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"root": true,

	"extends": "@ljharb",

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