File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import antfu from '@antfu/eslint-config' ;
2- import { defineConfigWithVueTs as vueTsConverter , vueTsConfigs as vueTs } from '@vue/eslint-config-typescript' ;
32import { globalIgnores } from 'eslint/config' ;
43import prettier from 'eslint-plugin-prettier/recommended' ;
54import simpleImportSort from 'eslint-plugin-simple-import-sort' ;
6- import vue from 'eslint-plugin-vue' ;
75import vueCss from 'eslint-plugin-vue-scoped-css' ;
86import globals from 'globals' ;
97import typescript from 'typescript-eslint' ;
@@ -18,9 +16,6 @@ export default antfu(
1816 formatters : false ,
1917 } ,
2018 [
21- ...typescript . configs . recommended ,
22- ...vueTsConverter ( vueTs . recommended ) ,
23- ...vue . configs [ 'flat/recommended' ] ,
2419 ...vueCss . configs [ 'flat/recommended' ] ,
2520 prettier ,
2621 {
Original file line number Diff line number Diff line change 11{
22 "name" : " @tencent/tdesign-vue-next-starter" ,
3- "version" : " 0.12 .0" ,
3+ "version" : " 0.13 .0" ,
44 "type" : " module" ,
55 "scripts" : {
66 "dev:mock" : " vite --open --mode mock" ,
5050 "@vitejs/plugin-vue" : " ^5.0.4" ,
5151 "@vitejs/plugin-vue-jsx" : " ^4.1.1" ,
5252 "@vue/compiler-sfc" : " ~3.3.8" ,
53- "@vue/eslint-config-typescript" : " ^14.5.0" ,
5453 "commitizen" : " ^4.3.0" ,
5554 "cz-conventional-changelog" : " ^3.3.0" ,
5655 "eslint" : " ^9.22.0" ,
5756 "eslint-config-prettier" : " ^10.1.1" ,
5857 "eslint-plugin-prettier" : " ^5.2.3" ,
5958 "eslint-plugin-simple-import-sort" : " ^12.1.1" ,
60- "eslint-plugin-vue" : " ^10.0.0" ,
6159 "eslint-plugin-vue-scoped-css" : " ^2.9.0" ,
6260 "globals" : " ^16.0.0" ,
6361 "husky" : " ^9.1.7" ,
You can’t perform that action at this time.
0 commit comments