Added utils package for parsing helpers

This commit is contained in:
2026-03-12 18:00:52 +01:00
parent c33f6f781c
commit 3de4ec28b4
5 changed files with 417 additions and 0 deletions

View File

@@ -15,5 +15,12 @@ export default defineConfig([
ecmaVersion: 2020,
globals: globals.browser,
},
rules: {
"@typescript-eslint/ban-ts-comment": [
"error", {
"ts-ignore": "allow-with-description"
}
],
}
},
])