Skip to content

Commit 5c1961e

Browse files
committed
docs: update README [ci skip]
1 parent 66937aa commit 5c1961e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ you can clone/fork this repo, under examples/*
219219

220220
### Lint the codebase
221221
- lint dependencies, which is incorrectly use [main/module/exports](https://twitter.com/patak_js/status/1363514285180268550?s=21) field in package.json
222-
- lint codebase, which is more esmodule compatible
222+
- lint codebase, which is more es-module compatible
223223
- use [import('xxx')](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports) not `require('xxx')`
224-
- use [import.meta.xxx](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta) not `module.xxx`
224+
- ~~use [import.meta.xxx](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta) not `module.xxx`~~
225225

226226
### Use vue-cli ecosystem
227227
- first-class eslint/stylelint integration
@@ -232,12 +232,12 @@ you can clone/fork this repo, under examples/*
232232

233233
## Relevant Vite Plugins
234234
- [vite-plugin-vue2@underfin](https://github.com/underfin/vite-plugin-vue2) - Vue 2 support for vite.
235-
- [vite-plugin-checker@fi3ework](https://github.com/fi3ework/vite-plugin-checker) - Type checker for vite.
236-
- [vite-plugin-eslint@gxmari007](https://github.com/gxmari007/vite-plugin-eslint) - Eslint for vite.
237235
- [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/main/packages/plugin-vue) - Official Vue 3 plugin.
238236
- [@vitejs/plugin-vue-jsx](https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx) - Official Vue 3 jsx plugin.
239-
- [vite-plugin-env-compatible@IndexXuan](https://github.com/IndexXuan/vite-plugin-env-compatible) - Env compatibility for vite with vue-cli.
240-
- [vite-plugin-html-template@IndexXuan](https://github.com/IndexXuan/vite-plugin-html-template) - Like html-webpack-plugin for webpack.
241237
- [vite-plugin-vue-cli@IndexXuan](https://github.com/IndexXuan/vite-plugin-vue-cli) - Infer vite config from vue.config.js.
238+
- [vite-plugin-html-template@IndexXuan](https://github.com/IndexXuan/vite-plugin-html-template) - Like html-webpack-plugin for webpack.
242239
- [vite-plugin-mpa@IndexXuan](https://github.com/IndexXuan/vite-plugin-mpa) - MPA support for vite.
240+
- [vite-plugin-checker@fi3ework](https://github.com/fi3ework/vite-plugin-checker) - Type checker for vite.
241+
- [vite-plugin-eslint@gxmari007](https://github.com/gxmari007/vite-plugin-eslint) - Eslint for vite.
242+
- [vite-plugin-env-compatible@IndexXuan](https://github.com/IndexXuan/vite-plugin-env-compatible) - Env compatibility for vite with vue-cli.
243243

0 commit comments

Comments
 (0)