This repository was archived by the owner on Sep 17, 2022. It is now read-only.
File tree 3 files changed +997
-316
lines changed
3 files changed +997
-316
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- root : true ,
3
- parser : '@typescript-eslint/parser' ,
4
- parserOptions : {
5
- project : './tsconfig.json'
6
- } ,
7
- plugins : [ '@typescript-eslint' ] ,
8
- extends : [
9
- 'eslint:recommended' ,
10
- 'plugin:@typescript-eslint/eslint-recommended' ,
11
- 'plugin:@typescript-eslint/recommended' ,
12
- 'standard-with-typescript'
13
- ] ,
14
- ignorePatterns : [ 'node_modules/' , 'dist/' , '*.js' ]
2
+ 'extends' : [
3
+ '@antfu'
4
+ ]
15
5
}
Original file line number Diff line number Diff line change 45
45
"lint" : " eslint ."
46
46
},
47
47
"devDependencies" : {
48
+ "@antfu/eslint-config" : " ^0.18.9" ,
48
49
"@types/node" : " 17.0.23" ,
49
- "@typescript-eslint/eslint-plugin" : " 4.33.0" ,
50
- "@typescript-eslint/parser" : " 5.16.0" ,
51
50
"@vue/compiler-sfc" : " 3.2.31" ,
52
51
"c8" : " 7.11.0" ,
53
- "eslint" : " 7.32.0" ,
54
- "eslint-config-standard-with-typescript" : " 21.0.1" ,
55
- "eslint-plugin-import" : " 2.25.4" ,
56
- "eslint-plugin-node" : " 11.1.0" ,
57
- "eslint-plugin-promise" : " 5.2.0" ,
52
+ "eslint" : " ^8.12.0" ,
58
53
"release-it" : " 14.13.1" ,
59
54
"rollup" : " 2.70.1" ,
60
55
"rollup-plugin-vue" : " 6.0.0" ,
64
59
"vite-plugin-vue2" : " 1.9.3" ,
65
60
"vitest" : " 0.7.12" ,
66
61
"vue-template-compiler" : " 2.6.14"
62
+ },
63
+ "dependencies" : {
64
+ "magic-string" : " ^0.26.1"
67
65
}
68
66
}
You can’t perform that action at this time.
0 commit comments