Adopt Stylelint's Sass Guidelines on the Frontend library #501
Labels
area:frontend
From the Frontend folder
good first issue
Good for newcomers
help wanted
Extra attention is needed
status:needs_votes
Issue or bug fix that needs support from the community to be considered
type:maintenance
A regular maintenance chore or task, including refactors, build system, CI, performance improvements
We have setup CSS linting with Stylelint and added some basic rules.
To make sure we use styling best practices, reduce our code review effort and provide the best developer experience for our contributors, I suggest to extend the styling rules with the Sass Guidelines. These is an opinionated styleguide for writing sane, maintainable and scalable Sass.
Possible Implementation
In order to do this, we would need to install the dependency following the installation instructions on their repo.
After that, running
npm run stylelint
will trigger several issues that we would need to solve one by one. The work on this ticket would finish when all the errors and warnings are solved.Context
Following strict styleguide rules for our code benefits Amundsen as:
The text was updated successfully, but these errors were encountered: