Fix lint: exempt storage test from no-restricted-globals, remove non-null assertion

This commit is contained in:
2026-04-15 00:50:46 +03:00
parent 5d041cc4c6
commit 59d5a7314e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ export default [
// window.localStorage / window.sessionStorage: only src/shared/storage.ts
{
files: ["src/**/*.{ts,tsx}"],
ignores: ["src/shared/storage.ts"],
ignores: ["src/shared/storage.ts", "src/shared/storage.test.ts"],
rules: {
"no-restricted-globals": [
"error",