Uname:Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64

Base Dir : /var/www/html

User : gavin


403WebShell
403Webshell
Server IP : 68.183.124.220  /  Your IP : 216.73.217.137
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : gavin ( 1000)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/gavin/workspace/readjs/node_modules/request/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gavin/workspace/readjs/node_modules/request/.eslintrc
{
  "env": {
    "node": true
  },
  "rules": {
    // 2-space indentation
    "indent": [2, 2, {"SwitchCase": 1}],
    // Disallow semi-colons, unless needed to disambiguate statement
    "semi": [2, "never"],
    // Require strings to use single quotes
    "quotes": [2, "single"],
    // Require curly braces for all control statements
    "curly": 2,
    // Disallow using variables and functions before they've been defined
    "no-use-before-define": 2,
    // Allow any case for variable naming
    "camelcase": 0,
    // Disallow unused variables, except as function arguments
    "no-unused-vars": [2, {"args":"none"}],
    // Allow leading underscores for method names
    // REASON: we use underscores to denote private methods
    "no-underscore-dangle": 0,
    // Allow multi spaces around operators since they are
    // used for alignment.  This is not consistent in the
    // code.
    "no-multi-spaces": 0,
    // Style rule is: most objects use { beforeColon: false, afterColon: true }, unless aligning which uses:
    //
    // {
    //   beforeColon : true,
    //   afterColon  : true
    // }
    //
    // eslint can't handle this, so the check is disabled.
    "key-spacing": 0,
    // Allow shadowing vars in outer scope (needs discussion)
    "no-shadow": 0,
    // Use if () { }
    //       ^ space
    "keyword-spacing": [2, {"after": true}],
    // Use if () { }
    //          ^ space
    "space-before-blocks": [2, "always"]
  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit