mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-02 21:24:17 -04:00
* compute all hashes at the same time instead of using a select * add prettier config * Revert "add prettier config" This reverts commit fd374ff6fdd1c91500791e18c5cce0414b08b1c9. Prettier config is in `.eslintrc.cjs`. Should run the lint script or should use ESLint's VS Code extension. * fix: address requested changes - rename hashedText to hashText since it's a function and no longer a variable - rename to list to algoNames - rename to type to AlgoName removed unused import * revert back to allow empty value to be hashed; lint