Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../querystring/../@protobufjs/../delayed-stream/../././send/../set-function-length
الملفات الموجودة في هذا الـ Path:
.
..
.eslintrc
.github
.nycrc
CHANGELOG.md
LICENSE
README.md
env.js
index.js
package.json

مشاهدة ملف: .eslintrc

{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"id-length": "off",
		"new-cap": ["error", {
			"capIsNewExceptions": [
				"GetIntrinsic"
			],
		}],
		"no-extra-parens": "off",
	},

	"overrides": [
		{
			"files": ["test/**/*.js"],
			"rules": {
				"id-length": "off",
				"max-lines-per-function": "off",
				"multiline-comment-style": "off",
				"no-empty-function": "off",
			},
		},
	],
}