• File: .eslintrc
  • Full Path: /var/www/paytek-africa.com/node_modules/has-property-descriptors/.eslintrc
  • Date Modified: 07/19/2022 5:05 PM
  • File size: 173 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"func-name-matching": 0,
		"id-length": 0,
		"new-cap": [2, {
			"capIsNewExceptions": ["GetIntrinsic"],
		}],
	},
}