Stylelint¶
Rule¶
Ensure that common good practices are respected in your stylesheets, install by running:
Here is an example of a good stylelint config:
/** @type{import('stylelint').Config} */
export default {
extends: ["stylelint-config-standard-scss"],
};
And run the following command to check: