/home/techb158/balavpn.abdallabala.com/node_modules/array-includes
NameSizeModeActions
.github/-0777rm
test/-0777rm
.editorconfig2760666editdlrm
.eslintrc4250666editdlrm
.nycrc1390666editdlrm
auto.js360666editdlrm
CHANGELOG.md91130666editdlrm
implementation.js12820666editdlrm
index.js7690666editdlrm
LICENSE10800666editdlrm
package.json28520666editdlrm
polyfill.js3010666editdlrm
README.md33840666editdlrm
shim.js3450666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/array-includes/.eslintrc (425B)
{ "root": true, "extends": "@ljharb", "rules": { "id-length": [2, { "min": 1, "max": 26 }], "new-cap": [2, { "capIsNewExceptions": [ "GetIntrinsic", "ToObject", "ToIntegerOrInfinity", "ToLength", "SameValueZero", "RequireObjectCoercible", ], }], }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": 0, "no-invalid-this": 1, }, }, ], }