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/path-exists/../duplexify/./../@protobufjs/../cheerio/../parse5/../ee-first/../y18n/../define-data-property
الملفات الموجودة في هذا الـ Path:
.
..
.eslintrc
.github
.nycrc
CHANGELOG.md
LICENSE
README.md
index.d.ts
index.d.ts.map
index.js
package.json
test
tsconfig.json

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

{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"complexity": 0,
		"id-length": 0,
		"new-cap": ["error", {
			"capIsNewExceptions": [
				"GetIntrinsic",
			],
		}],
	},

	"overrides": [
		{
			"files": "test/**",
			"rules": {
				"max-lines-per-function": "off",
			},
		},
	],
}