HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/public_html/Call/master/public/.eslintrc.json
{
  "root": true,
  "env": {
    "browser": true,
    "es6": true
  },
  "extends": "eslint:recommended",
  "rules": {
    "strict": 0,
    "indent": [2, "tab"],
    "curly": [2, "all"],
    "quotes": [2, "single"],
    "max-len": [1, 100],
    "prefer-const": 0,
    "no-console": ["error", { "allow": ["warn", "error", "log"] }],
    "no-mixed-spaces-and-tabs": 2,
    "no-multiple-empty-lines": [1, {"max": 1}],
    "no-new-object": 2,
    "no-trailing-spaces": [2, {"skipBlankLines": false}],
    "no-empty": 2,
    "no-cond-assign": [2, "always"],
    "no-alert": 2,
    "no-caller": 2,
    "no-labels": 2,
    "no-eval": 2,
    "no-fallthrough": 2,
    "default-case": 2,
    "key-spacing": [2, {
      "beforeColon": false,
      "afterColon": true
    }],
    "keyword-spacing": ["error", {"before": true, "after": true}],
    "space-before-function-paren": [2, "always"],
    "space-before-blocks": [2, "always"],
    "eqeqeq": 2,
    "semi": ["error", "always"],
    "no-unused-vars": ["error", { "args": "none" }],
    "space-in-parens": ["error", "never"]
  },
  "globals": {
    "angular": false,
    "Twilio": false,
    "app": false,
    "moment": false
  }
}