Skip to content

Commit 17295d9

Browse files
jeddy3ybiquitous
andauthored
Fix types for stable editinfo (#8493)
Co-authored-by: Masafumi Koba <[email protected]>
1 parent 8664399 commit 17295d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

types/stylelint/index.d.ts

-3
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ declare namespace stylelint {
239239
* @see [fix](https://stylelint.io/user-guide/configure#fix)
240240
*/
241241
fix?: boolean;
242-
/** @experimental */
243242
computeEditInfo?: boolean;
244243
/**
245244
* Force enable/disable the validation of the rules' options
@@ -917,7 +916,6 @@ declare namespace stylelint {
917916
endColumn?: number;
918917
/**
919918
* The `EditInfo` object of autofix. This property is undefined if this message is not fixable.
920-
* @experimental
921919
*/
922920
fix?: EditInfo;
923921
rule: string;
@@ -1010,7 +1008,6 @@ declare namespace stylelint {
10101008

10111009
export type FixCallback = () => void | undefined | never;
10121010

1013-
/** @experimental */
10141011
export type FixObject = {
10151012
apply?: FixCallback;
10161013
node?: PostCSS.Node;

0 commit comments

Comments
 (0)