• File: .eslintrc
  • Full Path: /var/www/sandbox/node_modules/safe-push-apply/.eslintrc
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 201 bytes
  • MIME-type: text/plain
  • Charset: utf-8
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"id-length": "off",
		"max-lines-per-function": "off",
		"new-cap": ["error", {
			"capIsNewExceptions": [
				"GetIntrinsic",
			],
		}],
	},
}