• File: .eslintrc
  • Full Path: /var/www/sandbox/node_modules/side-channel-map/.eslintrc
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 185 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"max-lines-per-function": 0,
		"multiline-comment-style": 1,
		"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
	},
}