/home/techb158/balavpn.abdallabala.com/node_modules/set-function-length
NameSizeModeActions
.github/-0777rm
.eslintrc4040666editdlrm
.nycrc2160666editdlrm
CHANGELOG.md48760666editdlrm
env.d.ts2220666editdlrm
env.js8670666editdlrm
index.d.ts2560666editdlrm
index.js12730666editdlrm
LICENSE10830666editdlrm
package.json27040666editdlrm
README.md21670666editdlrm
tsconfig.json1160666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/set-function-length/.eslintrc (404B)
{ "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", }, }, ], }