Viewing File: /home/ubuntu/vedadeals-frontend-base/node_modules/object.hasown/.eslintrc

{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"new-cap": [2, {
			"capIsNewExceptions": [
				"HasOwnProperty",
				"ToObject",
				"ToPropertyKey",
			],
		}],
	},
}
Back to Directory File Manager