ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux srv913213 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 Current Path : /var/www/talentgenesis_admin_backend/node_modules/sha.js/ |
| Current File : /var/www/talentgenesis_admin_backend/node_modules/sha.js/.eslintrc |
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": "off",
"no-magic-numbers": "off",
},
"overrides": [
{
"files": "bin.js",
"extends": "@ljharb/eslint-config/node/0.4",
"rules": {
"func-style": "off",
},
},
{
"files": [
"hash.js",
"sha.js",
"sha1.js",
"sha224.js",
"sha256.js",
"sha384.js",
"sha512.js",
"test/vectors.js",
],
"rules": {
"no-underscore-dangle": "off",
},
},
{
"files": [
"sha.js",
"sha1.js",
"sha224.js",
],
"rules": {
"max-params": "off",
},
},
{
"files": [
"sha256.js",
"sha512.js",
],
"rules": {
"max-statements": "off",
},
},
{
"files": [
"sha512.js",
],
"rules": {
"new-cap": "warn",
"max-lines": "off",
"max-lines-per-function": "off",
},
},
{
"files": "hash.js",
"globals": {
"Uint8Array": false,
},
},
{
"files": "test/test.js",
"globals": {
"Uint16Array": false,
},
},
],
}