File Explorer

/proc/thread-self/root/var/runtime/node_modules/@aws-sdk/node_modules/process

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

.eslintrc435 B · 22 lines
{extends: "eslint:recommended",  "env": {    "node": true,    "browser": true,    "es6" : true,    "mocha": true  },  "rules": {    "indent": [2, 4],    "brace-style": [2, "1tbs"],    "quotes": [2, "single"],    "no-console": 0,    "no-shadow": 0,    "no-use-before-define": [2, "nofunc"],    "no-underscore-dangle": 0,    "no-constant-condition": 0,    "space-after-function-name": 0,   "consistent-return": 0  }}