PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/ent

Просмотр файла: .eslintrc

{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"indent": [2, 4],
		"max-statements-per-line": 1,
		"no-param-reassign": 1,
		"sort-keys": 0,
		"strict": 1,
	},

	"ignorePatterns": [
		"build/",
	],

	"overrides": [
		{
			"files": "examples/**",
			"rules": {
				"no-console": 0,
			},
		},
		{
			"files": "test/**",
			"rules": {
				"no-redeclare": 1,
			},
		},
	],
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!