MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/imenso.co/dev/samples-gh-pages/.eslintrc.js
module.exports = {
  'extends': 'google',
  'parserOptions': {
    'ecmaVersion': 2017,
    'sourceType': 'module',
  },
  'env': {
    'browser': true,
    'es6': true,
    'node': true,
  },
  'rules': {
    'max-len': 'off',
    'require-jsdoc': 'off',
    'arrow-parens': 'off',
    'comma-dangle': 'off',
    'no-throw-literal': 'off',
    'camelcase': 'off',
    'prefer-rest-params': 'off',
    'no-invalid-this': 'off',
    'eol-last': 'off',
    'no-undef': 2,
  },
  "globals": {
    "adapter": true,
    "browserSupportsIPHandlingPolicy": true,
    "browserSupportsNonProxiedUdpBoolean": true,
    "chrome": true,
    "ga": true,
    "getPolicyFromBooleans": true,
    // From Streams specification
    "TransformStream": true,
    // From WebCodec specification
    "VideoFrame": true,
    "VideoEncoder": true,
    "VideoDecoder": true,
  },
};
;