opensearch-project / dashboards-reporting

Apache License 2.0
9 stars 31 forks source link

Onboard Stylelint #139

Open BSFishy opened 1 year ago

BSFishy commented 1 year ago

OSD provides CSS linting through Stylelint and the yarn lint:style command. This helps maintain code quality and code style. Additionally, we're trying to move towards no custom styling, which means no Sass files. We're pushing this out incrementally, and right now we are pushing to remove custom colors and font overrides. To accurately locate these issues, the Stylelint output needs to be clean. However, this is currently not the case.

2 things need to happen for this:

BSFishy commented 1 year ago

I'd like to take on this work