Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
amatya /
quiz1 /
node_modules /
eslint /
messages /
[ HOME SHELL ]
Name
Size
Permission
Action
all-files-ignored.js
665
B
-rw-rw-rw-
eslintrc-incompat.js
3.75
KB
-rw-rw-rw-
eslintrc-plugins.js
851
B
-rw-rw-rw-
extend-config-missing.js
423
B
-rw-rw-rw-
failed-to-read-json.js
162
B
-rw-rw-rw-
file-not-found.js
273
B
-rw-rw-rw-
invalid-rule-options.js
650
B
-rw-rw-rw-
invalid-rule-severity.js
410
B
-rw-rw-rw-
no-config-found.js
525
B
-rw-rw-rw-
plugin-conflict.js
545
B
-rw-rw-rw-
plugin-invalid.js
662
B
-rw-rw-rw-
plugin-missing.js
668
B
-rw-rw-rw-
print-config-with-directory-pa...
254
B
-rw-rw-rw-
shared.js
531
B
-rw-rw-rw-
whitespace-found.js
391
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : eslintrc-plugins.js
"use strict"; module.exports = function({ plugins }) { const isArrayOfStrings = typeof plugins[0] === "string"; return ` A config object has a "plugins" key defined as an array${isArrayOfStrings ? " of strings" : ""}. Flat config requires "plugins" to be an object in this form: { plugins: { ${isArrayOfStrings && plugins[0] ? plugins[0] : "namespace"}: pluginObject } } Please see the following page for information on how to convert your config object into the correct format: https://eslint.org/docs/latest/use/configure/migration-guide#importing-plugins-and-custom-parsers If you're using a shareable config that you cannot rewrite in flat config format, then use the compatibility utility: https://eslint.org/docs/latest/use/configure/migration-guide#using-eslintrc-configs-in-flat-config `; };
Close