mirror of
https://github.com/bitwarden/browser
synced 2026-03-01 11:01:17 +00:00
* Add unlock service * Move methods * Prettier * Fix type errors * Prettier * Fix test * Fix module order * Attempt to fix tests * Cleanup CODEOWNERS * Backport biometric unlock and legacy master-key logic * Add tests for biometrics * Prettier * Add biometric unlock to abstract unlock service * Fix build
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
import baseConfig from "../../eslint.config.mjs";
|
|
|
|
export default [...baseConfig];
|