feat: Validate scan link format and update file path handling
All checks were successful
deploy / deploy (push) Successful in 2m30s
All checks were successful
deploy / deploy (push) Successful in 2m30s
This commit is contained in:
@ -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',
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user