feat: Validate scan link format and update file path handling
All checks were successful
deploy / deploy (push) Successful in 2m30s

This commit is contained in:
Ari Yeger
2025-07-18 18:40:52 -04:00
parent ebf42e073a
commit 5ad3c1058b
2 changed files with 12 additions and 2 deletions

View File

@ -21,10 +21,15 @@ export default defineConfigWithVueTs(
pluginVue.configs['flat/essential'],
vueTsConfigs.recommended,
{
...pluginVitest.configs.recommended,
files: ['src/**/__tests__/*'],
},
skipFormatting,
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
},
}
)