Autofix CSS/SCSS files with semicolons

460 Views Asked by At

I'm looking for a way to have my CSS and SCSS code automatically fill in missing semicolons at the end of lines when needed.

I've tried both Prettier and Stylelint and both seem to notice the error but without autofixing it on format.

Is there some setting or rule in .prettierrc or .stylelintrc that can autofix this?

0

There are 0 best solutions below