dfeb4d361e
Tests fell behind source changes: lastTotpAt replay-attack prevention, activeSession invalidation on password reset, select clauses in permission updates, UNAUTHORIZED (anti-enumeration) for disabled TOTP, and password minimum raised from 8 to 12 characters. Also fix root eslint.config.mjs to ignore packages/ (linted via turbo) and add --no-warn-ignored to lint-staged to suppress warnings for ignored files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
114 B
JSON
5 lines
114 B
JSON
{
|
|
"*.{ts,tsx}": ["eslint --fix --no-warn-ignored", "prettier --write"],
|
|
"*.{json,md}": ["prettier --write"]
|
|
}
|