File tree 5 files changed +236
-224
lines changed
5 files changed +236
-224
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,14 @@ module.exports = defineConfig({
16
16
'eslint:recommended' ,
17
17
'plugin:@typescript-eslint/recommended' ,
18
18
'plugin:@typescript-eslint/recommended-requiring-type-checking' ,
19
- 'plugin:prettier/recommended' ,
20
19
] ,
21
20
parser : '@typescript-eslint/parser' ,
22
21
parserOptions : {
23
22
project : [ './tsconfig.lint.json' ] ,
24
23
sourceType : 'module' ,
25
24
warnOnUnsupportedTypeScriptVersion : false ,
26
25
} ,
27
- plugins : [ '@typescript-eslint' , 'prettier' ] ,
26
+ plugins : [ '@typescript-eslint' ] ,
28
27
rules : {
29
28
// We may want to use this in the future
30
29
'no-useless-escape' : 'off' ,
Original file line number Diff line number Diff line change 88
88
},
89
89
"devDependencies" : {
90
90
"@types/node" : " ~16.11.21" ,
91
- "@typescript-eslint/eslint-plugin" : " ~5.10.1 " ,
92
- "@typescript-eslint/parser" : " ~5.10.1 " ,
91
+ "@typescript-eslint/eslint-plugin" : " ~5.10.2 " ,
92
+ "@typescript-eslint/parser" : " ~5.10.2 " ,
93
93
"@types/prettier" : " ~2.4.3" ,
94
94
"@types/validator" : " ~13.7.1" ,
95
95
"@vitest/ui" : " ~0.2.5" ,
96
96
"c8" : " ~7.11.0" ,
97
97
"conventional-changelog-cli" : " ~2.2.2" ,
98
- "cypress" : " ~9.3.1" ,
99
- "esbuild" : " ~0.14.14" ,
100
- "eslint-config-prettier" : " ~8.3.0" ,
98
+ "cypress" : " ~9.4.1" ,
99
+ "esbuild" : " ~0.14.18" ,
101
100
"eslint-define-config" : " ~1.2.3" ,
102
101
"eslint-gitignore" : " ~0.1.0" ,
103
- "eslint-plugin-prettier" : " ~4.0.0" ,
104
102
"eslint" : " ~8.8.0" ,
105
103
"esno" : " ~0.14.0" ,
106
- "lint-staged" : " ~12.3.2 " ,
104
+ "lint-staged" : " ~12.3.3 " ,
107
105
"npm-run-all" : " ~4.1.5" ,
108
106
"picocolors" : " ~1.0.0" ,
109
107
"prettier" : " 2.5.1" ,
117
115
"vitepress" : " ~0.21.6" ,
118
116
"vitest" : " ~0.2.5"
119
117
},
120
- "packageManager" : " pnpm@6.28.0 " ,
118
+ "packageManager" : " pnpm@6.29.1 " ,
121
119
"engines" : {
122
120
"node" : " >=14.0.0" ,
123
121
"npm" : " >=7.0.0"
You can’t perform that action at this time.
0 commit comments