📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 11:07:43
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
testing.orkobd
/
14
/
lib
/
node_modules
/
set-function-length
📍 /home/orkouolp/nodevenv/node_js/testing.orkobd/14/lib/node_modules/set-function-length
🔄 Refresh
✏️
Editing: .eslintrc
Writable
{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic" ], }], "no-extra-parens": "off", }, "overrides": [ { "files": ["test/**/*.js"], "rules": { "id-length": "off", "max-lines-per-function": "off", "multiline-comment-style": "off", "no-empty-function": "off", }, }, ], }
💾 Save Changes
❌ Cancel