-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Copy link
Labels
lang:lessIssues affecting Less-specific syntax (not plain CSS)Issues affecting Less-specific syntax (not plain CSS)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Description
Prettier 2.3.2
Playground link
--parser less
Input:
@variable: {
field: something;
};
Output:
@variable: {
field: something;
}; ;
(If you test it out in the playground, another space + semicolon are always added, no matter how many are in the "input")
Expected behavior:
I would expect prettier
to be satisfied with zero or one semicolon, not always suggest another. See detached rulesets docs.
alex12058, jakebellacera and mvorisek
Metadata
Metadata
Assignees
Labels
lang:lessIssues affecting Less-specific syntax (not plain CSS)Issues affecting Less-specific syntax (not plain CSS)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.