chore: Fix auto-fixable markdownlint errors (#1710)

This commit is contained in:
Aaron
2025-06-04 17:40:00 -05:00
committed by GitHub
parent 1eda21f63f
commit d9cb0ebcc8
18 changed files with 99 additions and 32 deletions
+2
View File
@@ -50,7 +50,9 @@ Changing execution order is simple:
📄 0.my-module.ts
📄 1.another-module.ts
```
- If you need to run an NPM module after user modules, just make it a user module and prefix the filename with a number!
```ts
// modules/2.i18n.ts
export { default } from '@wxt-dev/i18n/module';