chore(encoding): eslint/tsconfig migration

Migrate to eslint flat config (qr-code.ts override for the mask-penalty
sliding-window) and composite tsconfig.
This commit is contained in:
2026-06-07 16:29:27 +07:00
parent a7e668ced8
commit da8d137be4
13 changed files with 103 additions and 41 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
{
"extends": "@robonen/tsconfig/tsconfig.json"
"files": [],
"references": [
{ "path": "./tsconfig.src.json" },
{ "path": "./tsconfig.node.json" }
]
}