feat: vite-assets

This commit is contained in:
严浩
2025-04-20 22:06:49 +08:00
parent b85df83f8c
commit f4e248a2b1
5 changed files with 48 additions and 0 deletions

View File

@ -71,6 +71,7 @@ export default defineConfigWithVueTs(
'unicorn/no-null': 'off',
'unicorn/no-useless-spread': 'off',
'unicorn/prevent-abbreviations': 'off',
'unicorn/relative-url-style': 'off', // [plugin:vite:import-glob] Invalid glob: "imgs/*.png" (resolved: "imgs/*.png"). It must start with '/' or './'
},
},
// endregion <<< eslint-plugin-unicorn <<<