diff --git a/.eslintrc.js b/.eslintrc.js index 0661224..74ea6d3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { root: true, - extends: ['@daotl/eslint-config-vue/typescript'], + extends: '@daotl/eslint-config-vue/typescript', parserOptions: { project: 'tsconfig.json', }, diff --git a/README.md b/README.md index 2ef6769..a48f012 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Basic: `master` branch: - [Element Plus](https://element-plus.org/): component library +- [Pinia](https://pinia.vuejs.org/): state management - [Iconify](https://iconify.design/) icons with [unplugin-icons](https://github.com/antfu/unplugin-icons) `antd` branch: @@ -79,8 +80,9 @@ Read the following must-read to understand the technology stack of this template - [Fes.js Docs](https://winixt.gitee.io/fesjs/zh/guide/) - [\