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/../once/../ansi-styles/.././vary/../function-bind
الملفات الموجودة في هذا الـ Path:
.
..
.eslintrc
.github
.nycrc
CHANGELOG.md
LICENSE
README.md
implementation.js
index.js
package.json
test

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

{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"func-name-matching": 0,
		"indent": [2, 4],
		"no-new-func": [1],
	},

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