Is this a regression?
The previous version in which this bug was not present was
No response
Description
Now that Sass files are autoformatted by a formatter that does not respect line length limits and automatically defeats attempts to manually conform with them, this check serves no purpose other than to force us to add disablings for it. Please remove.
Reproduction
StackBlitz link:
Steps to reproduce:
1.
2.
Expected Behavior
Style lint is copacetic with the auto-formatter tooling.
Actual Behavior
Style lint cannot be corrected since the tooling uncorrects it. Only disabling works.
Environment
N/A
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Now that Sass files are autoformatted by a formatter that does not respect line length limits and automatically defeats attempts to manually conform with them, this check serves no purpose other than to force us to add disablings for it. Please remove.
Reproduction
StackBlitz link:
Steps to reproduce:
1.
2.
Expected Behavior
Style lint is copacetic with the auto-formatter tooling.
Actual Behavior
Style lint cannot be corrected since the tooling uncorrects it. Only disabling works.
Environment
N/A