refactor: type the local Leaflet AIS adapter

This commit is contained in:
sjg
2026-08-01 12:23:37 +02:00
parent 5ba3ecf59b
commit 968fb3ea2d
6 changed files with 313 additions and 207 deletions
@@ -37,6 +37,7 @@ export default tseslint.config(
rules: {
"no-undef": "off",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/restrict-template-expressions": ["error", { allowNumber: true }],
},
},
);