HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/api.javaapp.co.uk_old/node_modules/node-input-validator/.eslintrc.json
{
    "env": {
        "commonjs": true,
        "es6": true,
        "node": true,
        "mocha": true
    },
    "extends": [
        "airbnb-base"
    ],
    "globals": {
        "Atomics": "readonly",
        "SharedArrayBuffer": "readonly"
    },
    "parserOptions": {
        "ecmaVersion": 2017
    },
    "ignorePatterns": [
        "cjs/*",
        "coverage",
        "docs",
        "esm",
        "node_modules"
    ],
    "rules": {
        "no-plusplus": "off",
        "no-continue": "off",
        "no-param-reassign": "off",
        "no-empty": "off",
        "no-throw-literal": "off",
        "no-restricted-globals": "off",
        "no-underscore-dangle": "off",
        "radix": "off",
        "no-prototype-builtins": "off",
        "class-methods-use-this": "off",
        "max-len": [
            "error",
            120
        ],
        "array-callback-return": "off",
        "default-case": "off",
        "comma-dangle": "off"
    }
}