File tree Expand file tree Collapse file tree 5 files changed +313
-301
lines changed Expand file tree Collapse file tree 5 files changed +313
-301
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ export default [
42
42
checkForEach : false
43
43
}
44
44
] ,
45
-
46
45
'block-scoped-var' : 'error' ,
47
46
'camelcase' : [
48
47
'error' ,
@@ -160,14 +159,13 @@ export default [
160
159
'no-sparse-arrays' : 'error' ,
161
160
'no-template-curly-in-string' : 'error' ,
162
161
'no-this-before-super' : 'error' ,
163
-
164
162
'no-throw-literal' : 'error' ,
163
+ // 'no-unassigned-vars': 'error',
165
164
'no-undef' : 'error' ,
166
165
'no-undef-init' : 'error' ,
167
166
'no-unexpected-multiline' : 'error' ,
168
167
'no-unmodified-loop-condition' : 'error' ,
169
168
'no-unneeded-ternary' : [ 'error' , { defaultAssignment : false } ] ,
170
-
171
169
'no-unreachable' : 'error' ,
172
170
'no-unreachable-loop' : 'error' ,
173
171
'no-unsafe-finally' : 'error' ,
Original file line number Diff line number Diff line change 27
27
},
28
28
"dependencies" : {
29
29
"@eslint/eslintrc" : " ^3.3.1" ,
30
- "eslint-plugin-import-x" : " ^4.10 .2" ,
31
- "eslint-plugin-n" : " ^17.17 .0" ,
32
- "eslint-plugin-perfectionist" : " ^4.11 .0" ,
30
+ "eslint-plugin-import-x" : " ^4.12 .2" ,
31
+ "eslint-plugin-n" : " ^17.18 .0" ,
32
+ "eslint-plugin-perfectionist" : " ^4.13 .0" ,
33
33
"eslint-plugin-prefer-let" : " ^4.0.0" ,
34
34
"eslint-plugin-promise" : " ^7.2.1" ,
35
- "globals" : " ^16.0 .0" ,
36
- "typescript-eslint" : " ^8.29 .1"
35
+ "globals" : " ^16.1 .0" ,
36
+ "typescript-eslint" : " ^8.32 .1"
37
37
},
38
38
"peerDependencies" : {
39
39
"eslint" : " ^8.57.0 || ^9.0.0" ,
53
53
}
54
54
},
55
55
"devDependencies" : {
56
- "clean-publish" : " ^5.1 .0" ,
57
- "eslint" : " ^9.24 .0" ,
58
- "eslint-plugin-svelte" : " ^3.5 .1" ,
59
- "svelte" : " ^5.25.11 " ,
60
- "svelte-eslint-parser" : " ^1.1.2 " ,
56
+ "clean-publish" : " ^5.2 .0" ,
57
+ "eslint" : " ^9.27 .0" ,
58
+ "eslint-plugin-svelte" : " ^3.8 .1" ,
59
+ "svelte" : " ^5.31.1 " ,
60
+ "svelte-eslint-parser" : " ^1.2.0 " ,
61
61
"typescript" : " ^5.8.3"
62
62
},
63
63
"prettier" : {
You can’t perform that action at this time.
0 commit comments