• File: .eslintrc
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/call-bind/.eslintrc
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 247 bytes
  • MIME-type: text/plain
  • Charset: utf-8
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"func-name-matching": 0,
		"id-length": 0,
		"new-cap": [2, {
			"capIsNewExceptions": [
				"GetIntrinsic",
			],
		}],
		"no-magic-numbers": 0,
		"operator-linebreak": [2, "before"],
	},
}