@@ -77,6 +77,9 @@ export default [
77
77
"CSSFontFaceRule" : false ,
78
78
"CSSFontFeatureValuesRule" : false ,
79
79
"CSSFontPaletteValuesRule" : false ,
80
+ "CSSFunctionDeclarations" : false ,
81
+ "CSSFunctionDescriptors" : false ,
82
+ "CSSFunctionRule" : false ,
80
83
"CSSGroupingRule" : false ,
81
84
"CSSImageValue" : false ,
82
85
"CSSImportRule" : false ,
@@ -742,6 +745,11 @@ export default [
742
745
"SnapEvent" : false ,
743
746
"SourceBuffer" : false ,
744
747
"SourceBufferList" : false ,
748
+ "SpeechGrammar" : false ,
749
+ "SpeechGrammarList" : false ,
750
+ "SpeechRecognition" : false ,
751
+ "SpeechRecognitionErrorEvent" : false ,
752
+ "SpeechRecognitionEvent" : false ,
745
753
"SpeechSynthesis" : false ,
746
754
"SpeechSynthesisErrorEvent" : false ,
747
755
"SpeechSynthesisEvent" : false ,
@@ -2359,6 +2367,9 @@ export default [
2359
2367
"CSSFontFaceRule" : false ,
2360
2368
"CSSFontFeatureValuesRule" : false ,
2361
2369
"CSSFontPaletteValuesRule" : false ,
2370
+ "CSSFunctionDeclarations" : false ,
2371
+ "CSSFunctionDescriptors" : false ,
2372
+ "CSSFunctionRule" : false ,
2362
2373
"CSSGroupingRule" : false ,
2363
2374
"CSSImageValue" : false ,
2364
2375
"CSSImportRule" : false ,
@@ -3024,6 +3035,11 @@ export default [
3024
3035
"SnapEvent" : false ,
3025
3036
"SourceBuffer" : false ,
3026
3037
"SourceBufferList" : false ,
3038
+ "SpeechGrammar" : false ,
3039
+ "SpeechGrammarList" : false ,
3040
+ "SpeechRecognition" : false ,
3041
+ "SpeechRecognitionErrorEvent" : false ,
3042
+ "SpeechRecognitionEvent" : false ,
3027
3043
"SpeechSynthesis" : false ,
3028
3044
"SpeechSynthesisErrorEvent" : false ,
3029
3045
"SpeechSynthesisEvent" : false ,
@@ -3451,9 +3467,9 @@ export default [
3451
3467
"parser" : {
3452
3468
"meta" : {
3453
3469
"name" : "typescript-eslint/parser" ,
3454
- "version" : "8.39.1 "
3470
+ "version" : "8.43.0 "
3455
3471
} ,
3456
- "version" : "8.39.1 "
3472
+ "version" : "8.43.0 "
3457
3473
} ,
3458
3474
"projectService" : true ,
3459
3475
"warnOnUnsupportedTypeScriptVersion" : false
@@ -4681,7 +4697,7 @@ export default [
4681
4697
"parser" : {
4682
4698
"meta" : {
4683
4699
"name" : "typescript-eslint/parser" ,
4684
- "version" : "8.39.1 "
4700
+ "version" : "8.43.0 "
4685
4701
}
4686
4702
}
4687
4703
}
@@ -5028,6 +5044,7 @@ export default [
5028
5044
"svelte/no-immutable-reactive-statements" : "error" ,
5029
5045
"svelte/no-inner-declarations" : "error" ,
5030
5046
"svelte/no-inspect" : "warn" ,
5047
+ "svelte/no-navigation-without-resolve" : "error" ,
5031
5048
"svelte/no-not-function-handler" : "error" ,
5032
5049
"svelte/no-object-in-text-mustaches" : "error" ,
5033
5050
"svelte/no-raw-special-elements" : "error" ,
0 commit comments