@biomejs/wasm-web 2.4.0 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biome_wasm.d.ts +209 -24
- package/biome_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/biome_wasm.d.ts
CHANGED
|
@@ -204,9 +204,9 @@ match these patterns.
|
|
|
204
204
|
* Whether to add a trailing newline at the end of the file.
|
|
205
205
|
|
|
206
206
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
-
|
|
207
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
208
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
209
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
210
210
|
|
|
211
211
|
Disable the option at your own risk.
|
|
212
212
|
|
|
@@ -408,9 +408,9 @@ interface CssFormatterConfiguration {
|
|
|
408
408
|
* Whether to add a trailing newline at the end of the file.
|
|
409
409
|
|
|
410
410
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
411
|
-
-
|
|
412
|
-
-
|
|
413
|
-
-
|
|
411
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
412
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
413
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
414
414
|
|
|
415
415
|
Disable the option at your own risk.
|
|
416
416
|
|
|
@@ -488,9 +488,9 @@ interface GraphqlFormatterConfiguration {
|
|
|
488
488
|
* Whether to add a trailing newline at the end of the file.
|
|
489
489
|
|
|
490
490
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
491
|
-
-
|
|
492
|
-
-
|
|
493
|
-
-
|
|
491
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
492
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
493
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
494
494
|
|
|
495
495
|
Disable the option at your own risk.
|
|
496
496
|
|
|
@@ -535,9 +535,9 @@ interface GritFormatterConfiguration {
|
|
|
535
535
|
* Whether to add a trailing newline at the end of the file.
|
|
536
536
|
|
|
537
537
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
538
|
-
-
|
|
539
|
-
-
|
|
540
|
-
-
|
|
538
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
539
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
540
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
541
541
|
|
|
542
542
|
Disable the option at your own risk.
|
|
543
543
|
|
|
@@ -598,9 +598,9 @@ interface HtmlFormatterConfiguration {
|
|
|
598
598
|
* Whether to add a trailing newline at the end of the file.
|
|
599
599
|
|
|
600
600
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
601
|
-
-
|
|
602
|
-
-
|
|
603
|
-
-
|
|
601
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
602
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
603
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
604
604
|
|
|
605
605
|
Disable the option at your own risk.
|
|
606
606
|
|
|
@@ -704,9 +704,9 @@ When formatting `package.json`, Biome will use `always` unless configured otherw
|
|
|
704
704
|
* Whether to add a trailing newline at the end of the file.
|
|
705
705
|
|
|
706
706
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
707
|
-
-
|
|
708
|
-
-
|
|
709
|
-
-
|
|
707
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
708
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
709
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
710
710
|
|
|
711
711
|
Disable the option at your own risk.
|
|
712
712
|
|
|
@@ -788,9 +788,9 @@ When formatting `package.json`, Biome will use `always` unless configured otherw
|
|
|
788
788
|
* Whether to add a trailing newline at the end of the file.
|
|
789
789
|
|
|
790
790
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
791
|
-
-
|
|
792
|
-
-
|
|
793
|
-
-
|
|
791
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
792
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
793
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
794
794
|
|
|
795
795
|
Disable the option at your own risk.
|
|
796
796
|
|
|
@@ -938,6 +938,7 @@ type RuleDomain =
|
|
|
938
938
|
| "project"
|
|
939
939
|
| "tailwind"
|
|
940
940
|
| "turborepo"
|
|
941
|
+
| "playwright"
|
|
941
942
|
| "types";
|
|
942
943
|
type RuleDomainValue = "all" | "none" | "recommended";
|
|
943
944
|
type SeverityOrA11y = GroupPlainConfiguration | A11y;
|
|
@@ -1016,9 +1017,9 @@ has syntax errors
|
|
|
1016
1017
|
* Whether to add a trailing newline at the end of the file.
|
|
1017
1018
|
|
|
1018
1019
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
1019
|
-
-
|
|
1020
|
-
-
|
|
1021
|
-
-
|
|
1020
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
1021
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
1022
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
1022
1023
|
|
|
1023
1024
|
Disable the option at your own risk.
|
|
1024
1025
|
|
|
@@ -1890,6 +1891,11 @@ See https://biomejs.dev/linter/rules/no-before-interactive-script-outside-docume
|
|
|
1890
1891
|
*/
|
|
1891
1892
|
noBeforeInteractiveScriptOutsideDocument?: NoBeforeInteractiveScriptOutsideDocumentConfiguration;
|
|
1892
1893
|
/**
|
|
1894
|
+
* Disallow conditional expect() calls inside tests.
|
|
1895
|
+
See https://biomejs.dev/linter/rules/no-conditional-expect
|
|
1896
|
+
*/
|
|
1897
|
+
noConditionalExpect?: NoConditionalExpectConfiguration;
|
|
1898
|
+
/**
|
|
1893
1899
|
* Disallow continue statements.
|
|
1894
1900
|
See https://biomejs.dev/linter/rules/no-continue
|
|
1895
1901
|
*/
|
|
@@ -2025,6 +2031,56 @@ See https://biomejs.dev/linter/rules/no-parameters-only-used-in-recursion
|
|
|
2025
2031
|
*/
|
|
2026
2032
|
noParametersOnlyUsedInRecursion?: NoParametersOnlyUsedInRecursionConfiguration;
|
|
2027
2033
|
/**
|
|
2034
|
+
* Disallow usage of element handles (page.$() and page.$$()).
|
|
2035
|
+
See https://biomejs.dev/linter/rules/no-playwright-element-handle
|
|
2036
|
+
*/
|
|
2037
|
+
noPlaywrightElementHandle?: NoPlaywrightElementHandleConfiguration;
|
|
2038
|
+
/**
|
|
2039
|
+
* Disallow usage of page.$eval() and page.$$eval().
|
|
2040
|
+
See https://biomejs.dev/linter/rules/no-playwright-eval
|
|
2041
|
+
*/
|
|
2042
|
+
noPlaywrightEval?: NoPlaywrightEvalConfiguration;
|
|
2043
|
+
/**
|
|
2044
|
+
* Disallow usage of the { force: true } option.
|
|
2045
|
+
See https://biomejs.dev/linter/rules/no-playwright-force-option
|
|
2046
|
+
*/
|
|
2047
|
+
noPlaywrightForceOption?: NoPlaywrightForceOptionConfiguration;
|
|
2048
|
+
/**
|
|
2049
|
+
* Enforce Playwright async APIs to be awaited or returned.
|
|
2050
|
+
See https://biomejs.dev/linter/rules/no-playwright-missing-await
|
|
2051
|
+
*/
|
|
2052
|
+
noPlaywrightMissingAwait?: NoPlaywrightMissingAwaitConfiguration;
|
|
2053
|
+
/**
|
|
2054
|
+
* Disallow usage of the networkidle option.
|
|
2055
|
+
See https://biomejs.dev/linter/rules/no-playwright-networkidle
|
|
2056
|
+
*/
|
|
2057
|
+
noPlaywrightNetworkidle?: NoPlaywrightNetworkidleConfiguration;
|
|
2058
|
+
/**
|
|
2059
|
+
* Disallow using page.pause().
|
|
2060
|
+
See https://biomejs.dev/linter/rules/no-playwright-page-pause
|
|
2061
|
+
*/
|
|
2062
|
+
noPlaywrightPagePause?: NoPlaywrightPagePauseConfiguration;
|
|
2063
|
+
/**
|
|
2064
|
+
* Disallow unnecessary await for Playwright methods that don't return promises.
|
|
2065
|
+
See https://biomejs.dev/linter/rules/no-playwright-useless-await
|
|
2066
|
+
*/
|
|
2067
|
+
noPlaywrightUselessAwait?: NoPlaywrightUselessAwaitConfiguration;
|
|
2068
|
+
/**
|
|
2069
|
+
* Disallow using page.waitForNavigation().
|
|
2070
|
+
See https://biomejs.dev/linter/rules/no-playwright-wait-for-navigation
|
|
2071
|
+
*/
|
|
2072
|
+
noPlaywrightWaitForNavigation?: NoPlaywrightWaitForNavigationConfiguration;
|
|
2073
|
+
/**
|
|
2074
|
+
* Disallow using page.waitForSelector().
|
|
2075
|
+
See https://biomejs.dev/linter/rules/no-playwright-wait-for-selector
|
|
2076
|
+
*/
|
|
2077
|
+
noPlaywrightWaitForSelector?: NoPlaywrightWaitForSelectorConfiguration;
|
|
2078
|
+
/**
|
|
2079
|
+
* Disallow using page.waitForTimeout().
|
|
2080
|
+
See https://biomejs.dev/linter/rules/no-playwright-wait-for-timeout
|
|
2081
|
+
*/
|
|
2082
|
+
noPlaywrightWaitForTimeout?: NoPlaywrightWaitForTimeoutConfiguration;
|
|
2083
|
+
/**
|
|
2028
2084
|
* Disallow the use of the deprecated __proto__ object property.
|
|
2029
2085
|
See https://biomejs.dev/linter/rules/no-proto
|
|
2030
2086
|
*/
|
|
@@ -2144,6 +2200,11 @@ See https://biomejs.dev/linter/rules/use-exhaustive-switch-cases
|
|
|
2144
2200
|
*/
|
|
2145
2201
|
useExhaustiveSwitchCases?: UseExhaustiveSwitchCasesConfiguration;
|
|
2146
2202
|
/**
|
|
2203
|
+
* Ensure that test functions contain at least one expect() assertion.
|
|
2204
|
+
See https://biomejs.dev/linter/rules/use-expect
|
|
2205
|
+
*/
|
|
2206
|
+
useExpect?: UseExpectConfiguration;
|
|
2207
|
+
/**
|
|
2147
2208
|
* Enforce types in functions, methods, variables, and parameters.
|
|
2148
2209
|
See https://biomejs.dev/linter/rules/use-explicit-type
|
|
2149
2210
|
*/
|
|
@@ -2179,6 +2240,11 @@ See https://biomejs.dev/linter/rules/use-lone-executable-definition
|
|
|
2179
2240
|
*/
|
|
2180
2241
|
useLoneExecutableDefinition?: UseLoneExecutableDefinitionConfiguration;
|
|
2181
2242
|
/**
|
|
2243
|
+
* Enforce valid describe() callback.
|
|
2244
|
+
See https://biomejs.dev/linter/rules/use-playwright-valid-describe-callback
|
|
2245
|
+
*/
|
|
2246
|
+
usePlaywrightValidDescribeCallback?: UsePlaywrightValidDescribeCallbackConfiguration;
|
|
2247
|
+
/**
|
|
2182
2248
|
* Enforce RegExp#exec over String#match if no global flag is provided.
|
|
2183
2249
|
See https://biomejs.dev/linter/rules/use-regexp-exec
|
|
2184
2250
|
*/
|
|
@@ -3790,6 +3856,9 @@ type NoAmbiguousAnchorTextConfiguration =
|
|
|
3790
3856
|
type NoBeforeInteractiveScriptOutsideDocumentConfiguration =
|
|
3791
3857
|
| RulePlainConfiguration
|
|
3792
3858
|
| RuleWithNoBeforeInteractiveScriptOutsideDocumentOptions;
|
|
3859
|
+
type NoConditionalExpectConfiguration =
|
|
3860
|
+
| RulePlainConfiguration
|
|
3861
|
+
| RuleWithNoConditionalExpectOptions;
|
|
3793
3862
|
type NoContinueConfiguration =
|
|
3794
3863
|
| RulePlainConfiguration
|
|
3795
3864
|
| RuleWithNoContinueOptions;
|
|
@@ -3869,6 +3938,36 @@ type NoNestedPromisesConfiguration =
|
|
|
3869
3938
|
type NoParametersOnlyUsedInRecursionConfiguration =
|
|
3870
3939
|
| RulePlainConfiguration
|
|
3871
3940
|
| RuleWithNoParametersOnlyUsedInRecursionOptions;
|
|
3941
|
+
type NoPlaywrightElementHandleConfiguration =
|
|
3942
|
+
| RulePlainConfiguration
|
|
3943
|
+
| RuleWithNoPlaywrightElementHandleOptions;
|
|
3944
|
+
type NoPlaywrightEvalConfiguration =
|
|
3945
|
+
| RulePlainConfiguration
|
|
3946
|
+
| RuleWithNoPlaywrightEvalOptions;
|
|
3947
|
+
type NoPlaywrightForceOptionConfiguration =
|
|
3948
|
+
| RulePlainConfiguration
|
|
3949
|
+
| RuleWithNoPlaywrightForceOptionOptions;
|
|
3950
|
+
type NoPlaywrightMissingAwaitConfiguration =
|
|
3951
|
+
| RulePlainConfiguration
|
|
3952
|
+
| RuleWithNoPlaywrightMissingAwaitOptions;
|
|
3953
|
+
type NoPlaywrightNetworkidleConfiguration =
|
|
3954
|
+
| RulePlainConfiguration
|
|
3955
|
+
| RuleWithNoPlaywrightNetworkidleOptions;
|
|
3956
|
+
type NoPlaywrightPagePauseConfiguration =
|
|
3957
|
+
| RulePlainConfiguration
|
|
3958
|
+
| RuleWithNoPlaywrightPagePauseOptions;
|
|
3959
|
+
type NoPlaywrightUselessAwaitConfiguration =
|
|
3960
|
+
| RulePlainConfiguration
|
|
3961
|
+
| RuleWithNoPlaywrightUselessAwaitOptions;
|
|
3962
|
+
type NoPlaywrightWaitForNavigationConfiguration =
|
|
3963
|
+
| RulePlainConfiguration
|
|
3964
|
+
| RuleWithNoPlaywrightWaitForNavigationOptions;
|
|
3965
|
+
type NoPlaywrightWaitForSelectorConfiguration =
|
|
3966
|
+
| RulePlainConfiguration
|
|
3967
|
+
| RuleWithNoPlaywrightWaitForSelectorOptions;
|
|
3968
|
+
type NoPlaywrightWaitForTimeoutConfiguration =
|
|
3969
|
+
| RulePlainConfiguration
|
|
3970
|
+
| RuleWithNoPlaywrightWaitForTimeoutOptions;
|
|
3872
3971
|
type NoProtoConfiguration = RulePlainConfiguration | RuleWithNoProtoOptions;
|
|
3873
3972
|
type NoRedundantDefaultExportConfiguration =
|
|
3874
3973
|
| RulePlainConfiguration
|
|
@@ -3932,6 +4031,7 @@ type UseErrorCauseConfiguration =
|
|
|
3932
4031
|
type UseExhaustiveSwitchCasesConfiguration =
|
|
3933
4032
|
| RulePlainConfiguration
|
|
3934
4033
|
| RuleWithUseExhaustiveSwitchCasesOptions;
|
|
4034
|
+
type UseExpectConfiguration = RulePlainConfiguration | RuleWithUseExpectOptions;
|
|
3935
4035
|
type UseExplicitTypeConfiguration =
|
|
3936
4036
|
| RulePlainConfiguration
|
|
3937
4037
|
| RuleWithUseExplicitTypeOptions;
|
|
@@ -3951,6 +4051,9 @@ type UseLoneAnonymousOperationConfiguration =
|
|
|
3951
4051
|
type UseLoneExecutableDefinitionConfiguration =
|
|
3952
4052
|
| RulePlainConfiguration
|
|
3953
4053
|
| RuleWithUseLoneExecutableDefinitionOptions;
|
|
4054
|
+
type UsePlaywrightValidDescribeCallbackConfiguration =
|
|
4055
|
+
| RulePlainConfiguration
|
|
4056
|
+
| RuleWithUsePlaywrightValidDescribeCallbackOptions;
|
|
3954
4057
|
type UseRegexpExecConfiguration =
|
|
3955
4058
|
| RulePlainConfiguration
|
|
3956
4059
|
| RuleWithUseRegexpExecOptions;
|
|
@@ -5328,6 +5431,10 @@ interface RuleWithNoBeforeInteractiveScriptOutsideDocumentOptions {
|
|
|
5328
5431
|
level: RulePlainConfiguration;
|
|
5329
5432
|
options?: NoBeforeInteractiveScriptOutsideDocumentOptions;
|
|
5330
5433
|
}
|
|
5434
|
+
interface RuleWithNoConditionalExpectOptions {
|
|
5435
|
+
level: RulePlainConfiguration;
|
|
5436
|
+
options?: NoConditionalExpectOptions;
|
|
5437
|
+
}
|
|
5331
5438
|
interface RuleWithNoContinueOptions {
|
|
5332
5439
|
level: RulePlainConfiguration;
|
|
5333
5440
|
options?: NoContinueOptions;
|
|
@@ -5441,6 +5548,50 @@ interface RuleWithNoParametersOnlyUsedInRecursionOptions {
|
|
|
5441
5548
|
level: RulePlainConfiguration;
|
|
5442
5549
|
options?: NoParametersOnlyUsedInRecursionOptions;
|
|
5443
5550
|
}
|
|
5551
|
+
interface RuleWithNoPlaywrightElementHandleOptions {
|
|
5552
|
+
fix?: FixKind;
|
|
5553
|
+
level: RulePlainConfiguration;
|
|
5554
|
+
options?: NoPlaywrightElementHandleOptions;
|
|
5555
|
+
}
|
|
5556
|
+
interface RuleWithNoPlaywrightEvalOptions {
|
|
5557
|
+
level: RulePlainConfiguration;
|
|
5558
|
+
options?: NoPlaywrightEvalOptions;
|
|
5559
|
+
}
|
|
5560
|
+
interface RuleWithNoPlaywrightForceOptionOptions {
|
|
5561
|
+
level: RulePlainConfiguration;
|
|
5562
|
+
options?: NoPlaywrightForceOptionOptions;
|
|
5563
|
+
}
|
|
5564
|
+
interface RuleWithNoPlaywrightMissingAwaitOptions {
|
|
5565
|
+
fix?: FixKind;
|
|
5566
|
+
level: RulePlainConfiguration;
|
|
5567
|
+
options?: NoPlaywrightMissingAwaitOptions;
|
|
5568
|
+
}
|
|
5569
|
+
interface RuleWithNoPlaywrightNetworkidleOptions {
|
|
5570
|
+
level: RulePlainConfiguration;
|
|
5571
|
+
options?: NoPlaywrightNetworkidleOptions;
|
|
5572
|
+
}
|
|
5573
|
+
interface RuleWithNoPlaywrightPagePauseOptions {
|
|
5574
|
+
level: RulePlainConfiguration;
|
|
5575
|
+
options?: NoPlaywrightPagePauseOptions;
|
|
5576
|
+
}
|
|
5577
|
+
interface RuleWithNoPlaywrightUselessAwaitOptions {
|
|
5578
|
+
fix?: FixKind;
|
|
5579
|
+
level: RulePlainConfiguration;
|
|
5580
|
+
options?: NoPlaywrightUselessAwaitOptions;
|
|
5581
|
+
}
|
|
5582
|
+
interface RuleWithNoPlaywrightWaitForNavigationOptions {
|
|
5583
|
+
level: RulePlainConfiguration;
|
|
5584
|
+
options?: NoPlaywrightWaitForNavigationOptions;
|
|
5585
|
+
}
|
|
5586
|
+
interface RuleWithNoPlaywrightWaitForSelectorOptions {
|
|
5587
|
+
fix?: FixKind;
|
|
5588
|
+
level: RulePlainConfiguration;
|
|
5589
|
+
options?: NoPlaywrightWaitForSelectorOptions;
|
|
5590
|
+
}
|
|
5591
|
+
interface RuleWithNoPlaywrightWaitForTimeoutOptions {
|
|
5592
|
+
level: RulePlainConfiguration;
|
|
5593
|
+
options?: NoPlaywrightWaitForTimeoutOptions;
|
|
5594
|
+
}
|
|
5444
5595
|
interface RuleWithNoProtoOptions {
|
|
5445
5596
|
level: RulePlainConfiguration;
|
|
5446
5597
|
options?: NoProtoOptions;
|
|
@@ -5536,6 +5687,10 @@ interface RuleWithUseExhaustiveSwitchCasesOptions {
|
|
|
5536
5687
|
level: RulePlainConfiguration;
|
|
5537
5688
|
options?: UseExhaustiveSwitchCasesOptions;
|
|
5538
5689
|
}
|
|
5690
|
+
interface RuleWithUseExpectOptions {
|
|
5691
|
+
level: RulePlainConfiguration;
|
|
5692
|
+
options?: UseExpectOptions;
|
|
5693
|
+
}
|
|
5539
5694
|
interface RuleWithUseExplicitTypeOptions {
|
|
5540
5695
|
level: RulePlainConfiguration;
|
|
5541
5696
|
options?: UseExplicitTypeOptions;
|
|
@@ -5564,6 +5719,10 @@ interface RuleWithUseLoneExecutableDefinitionOptions {
|
|
|
5564
5719
|
level: RulePlainConfiguration;
|
|
5565
5720
|
options?: UseLoneExecutableDefinitionOptions;
|
|
5566
5721
|
}
|
|
5722
|
+
interface RuleWithUsePlaywrightValidDescribeCallbackOptions {
|
|
5723
|
+
level: RulePlainConfiguration;
|
|
5724
|
+
options?: UsePlaywrightValidDescribeCallbackOptions;
|
|
5725
|
+
}
|
|
5567
5726
|
interface RuleWithUseRegexpExecOptions {
|
|
5568
5727
|
level: RulePlainConfiguration;
|
|
5569
5728
|
options?: UseRegexpExecOptions;
|
|
@@ -6852,6 +7011,7 @@ interface NoAmbiguousAnchorTextOptions {
|
|
|
6852
7011
|
words?: string[];
|
|
6853
7012
|
}
|
|
6854
7013
|
type NoBeforeInteractiveScriptOutsideDocumentOptions = {};
|
|
7014
|
+
type NoConditionalExpectOptions = {};
|
|
6855
7015
|
type NoContinueOptions = {};
|
|
6856
7016
|
interface NoDeprecatedMediaTypeOptions {
|
|
6857
7017
|
/**
|
|
@@ -6903,6 +7063,16 @@ type NoMultiAssignOptions = {};
|
|
|
6903
7063
|
type NoMultiStrOptions = {};
|
|
6904
7064
|
type NoNestedPromisesOptions = {};
|
|
6905
7065
|
type NoParametersOnlyUsedInRecursionOptions = {};
|
|
7066
|
+
type NoPlaywrightElementHandleOptions = {};
|
|
7067
|
+
type NoPlaywrightEvalOptions = {};
|
|
7068
|
+
type NoPlaywrightForceOptionOptions = {};
|
|
7069
|
+
type NoPlaywrightMissingAwaitOptions = {};
|
|
7070
|
+
type NoPlaywrightNetworkidleOptions = {};
|
|
7071
|
+
type NoPlaywrightPagePauseOptions = {};
|
|
7072
|
+
type NoPlaywrightUselessAwaitOptions = {};
|
|
7073
|
+
type NoPlaywrightWaitForNavigationOptions = {};
|
|
7074
|
+
type NoPlaywrightWaitForSelectorOptions = {};
|
|
7075
|
+
type NoPlaywrightWaitForTimeoutOptions = {};
|
|
6906
7076
|
type NoProtoOptions = {};
|
|
6907
7077
|
type NoRedundantDefaultExportOptions = {};
|
|
6908
7078
|
type NoReturnAssignOptions = {};
|
|
@@ -6959,6 +7129,7 @@ interface UseErrorCauseOptions {
|
|
|
6959
7129
|
requireCatchParameter?: boolean;
|
|
6960
7130
|
}
|
|
6961
7131
|
type UseExhaustiveSwitchCasesOptions = {};
|
|
7132
|
+
type UseExpectOptions = {};
|
|
6962
7133
|
type UseExplicitTypeOptions = {};
|
|
6963
7134
|
type UseFindOptions = {};
|
|
6964
7135
|
type UseGlobalThisOptions = {};
|
|
@@ -6971,6 +7142,7 @@ interface UseInputNameOptions {
|
|
|
6971
7142
|
}
|
|
6972
7143
|
type UseLoneAnonymousOperationOptions = {};
|
|
6973
7144
|
type UseLoneExecutableDefinitionOptions = {};
|
|
7145
|
+
type UsePlaywrightValidDescribeCallbackOptions = {};
|
|
6974
7146
|
type UseRegexpExecOptions = {};
|
|
6975
7147
|
interface UseRequiredScriptsOptions {
|
|
6976
7148
|
/**
|
|
@@ -7821,6 +7993,7 @@ type Category =
|
|
|
7821
7993
|
| "lint/correctness/useValidForDirection"
|
|
7822
7994
|
| "lint/correctness/useValidTypeof"
|
|
7823
7995
|
| "lint/correctness/useYield"
|
|
7996
|
+
| "lint/nursery/useExpect"
|
|
7824
7997
|
| "lint/nursery/noAmbiguousAnchorText"
|
|
7825
7998
|
| "lint/nursery/noBeforeInteractiveScriptOutsideDocument"
|
|
7826
7999
|
| "lint/nursery/noColorInvalidHex"
|
|
@@ -7853,6 +8026,17 @@ type Category =
|
|
|
7853
8026
|
| "lint/nursery/noMultiStr"
|
|
7854
8027
|
| "lint/nursery/noNestedPromises"
|
|
7855
8028
|
| "lint/nursery/noParametersOnlyUsedInRecursion"
|
|
8029
|
+
| "lint/nursery/noConditionalExpect"
|
|
8030
|
+
| "lint/nursery/noPlaywrightElementHandle"
|
|
8031
|
+
| "lint/nursery/noPlaywrightEval"
|
|
8032
|
+
| "lint/nursery/noPlaywrightForceOption"
|
|
8033
|
+
| "lint/nursery/noPlaywrightMissingAwait"
|
|
8034
|
+
| "lint/nursery/noPlaywrightNetworkidle"
|
|
8035
|
+
| "lint/nursery/noPlaywrightPagePause"
|
|
8036
|
+
| "lint/nursery/noPlaywrightUselessAwait"
|
|
8037
|
+
| "lint/nursery/noPlaywrightWaitForNavigation"
|
|
8038
|
+
| "lint/nursery/noPlaywrightWaitForSelector"
|
|
8039
|
+
| "lint/nursery/noPlaywrightWaitForTimeout"
|
|
7856
8040
|
| "lint/nursery/noProto"
|
|
7857
8041
|
| "lint/nursery/noRedundantDefaultExport"
|
|
7858
8042
|
| "lint/nursery/noReturnAssign"
|
|
@@ -7890,6 +8074,7 @@ type Category =
|
|
|
7890
8074
|
| "lint/nursery/useJsxCurlyBraceConvention"
|
|
7891
8075
|
| "lint/nursery/useLoneAnonymousOperation"
|
|
7892
8076
|
| "lint/nursery/useLoneExecutableDefinition"
|
|
8077
|
+
| "lint/nursery/usePlaywrightValidDescribeCallback"
|
|
7893
8078
|
| "lint/nursery/useRegexpExec"
|
|
7894
8079
|
| "lint/nursery/useRequiredScripts"
|
|
7895
8080
|
| "lint/nursery/useSortedClasses"
|
package/biome_wasm_bg.wasm
CHANGED
|
Binary file
|