One Hat Cyber Team
Your IP :
172.70.126.58
Server IP :
172.67.155.96
Server :
Linux server3.shared.spaceship.host 4.18.0-553.47.1.lve.el8.x86_64 #1 SMP Tue Apr 8 13:54:31 UTC 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
rlcugxuggt
/
api.dafriappsdev.com
/
View File Name :
.eslintrc.json
{ "env": { "node": true }, "extends": ["xo", "prettier"], "parserOptions": { "ecmaVersion": 2020, "sourceType": "module" }, "rules": { "prettier/prettier": "error", "one-var": "off", "max-params": ["error", 5], "arrow-body-style": ["error", "always"], "radix": "off", "no-unused-expressions": ["error", { "allowTernary": true }], "curly": "error", "new-cap": "off", "no-return-assign": "off", "no-await-in-loop": "off" }, "plugins": ["prettier"] }