|
| 1 | + |
| 2 | +> @anonvote/crypto@0.1.0 lint C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto |
| 3 | +> eslint src/ tests/ |
| 4 | + |
| 5 | +(node:23892) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///C:/Users/DELL/OneDrive/Documents/Codes/anon/core/packages/crypto/eslint.config.js?mtime=1788784693223 is not specified and it doesn't parse as CommonJS. |
| 6 | +Reparsing as ES module because module syntax was detected. This incurs a performance overhead. |
| 7 | +To eliminate this warning, add "type": "module" to C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\package.json. |
| 8 | +(Use `node --trace-warnings ...` to show where the warning was created) |
| 9 | + |
| 10 | +C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\src\client.ts |
| 11 | + 28:15 warning 'KeyManager' is defined but never used @typescript-eslint/no-unused-vars |
| 12 | + |
| 13 | +C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\src\crypto.ts |
| 14 | + 2:10 warning 'CryptoError' is defined but never used @typescript-eslint/no-unused-vars |
| 15 | + 2:23 warning 'ValidationError' is defined but never used @typescript-eslint/no-unused-vars |
| 16 | + 314:10 warning '_parseBallotKey' is defined but never used @typescript-eslint/no-unused-vars |
| 17 | + |
| 18 | +C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\src\cryptoAdapter.ts |
| 19 | + 3:41 warning 'bytesToHex' is defined but never used @typescript-eslint/no-unused-vars |
| 20 | + |
| 21 | +C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\src\fipsValidator.ts |
| 22 | + 415:12 warning 'error' is defined but never used @typescript-eslint/no-unused-vars |
| 23 | + 461:1 warning Unused eslint-disable directive (no problems were reported from 'no-console') |
| 24 | + |
| 25 | +C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\src\zkp\paillier.ts |
| 26 | + 49:7 warning 'p' is never reassigned. Use 'const' instead prefer-const |
| 27 | + |
| 28 | +C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\tests\AnonVoteClient.test.ts |
| 29 | + 55:15 warning 'authToken' is assigned a value but never used @typescript-eslint/no-unused-vars |
| 30 | + |
| 31 | +C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\tests\fipsCompliance.test.ts |
| 32 | + 5:3 warning 'FIPSValidationResult' is defined but never used @typescript-eslint/no-unused-vars |
| 33 | + |
| 34 | +C:\Users\DELL\OneDrive\Documents\Codes\anon\core\packages\crypto\tests\keyManagement.test.ts |
| 35 | + 24:15 warning 'KeyManager' is defined but never used @typescript-eslint/no-unused-vars |
| 36 | + |
| 37 | +✖ 11 problems (0 errors, 11 warnings) |
| 38 | + 0 errors and 2 warnings potentially fixable with the `--fix` option. |
| 39 | + |
0 commit comments