File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ declare namespace stylelint {
239
239
* @see [fix](https://stylelint.io/user-guide/configure#fix)
240
240
*/
241
241
fix ?: boolean ;
242
- /** @experimental */
243
242
computeEditInfo ?: boolean ;
244
243
/**
245
244
* Force enable/disable the validation of the rules' options
@@ -917,7 +916,6 @@ declare namespace stylelint {
917
916
endColumn ?: number ;
918
917
/**
919
918
* The `EditInfo` object of autofix. This property is undefined if this message is not fixable.
920
- * @experimental
921
919
*/
922
920
fix ?: EditInfo ;
923
921
rule : string ;
@@ -1010,7 +1008,6 @@ declare namespace stylelint {
1010
1008
1011
1009
export type FixCallback = ( ) => void | undefined | never ;
1012
1010
1013
- /** @experimental */
1014
1011
export type FixObject = {
1015
1012
apply ?: FixCallback ;
1016
1013
node ?: PostCSS . Node ;
You can’t perform that action at this time.
0 commit comments