Skip to content

Enable number-no-trailing-zeros in stylelint

Takuya Noguchi requested to merge number-no-trailing-zeros-true into master

Enables number-no-trailing-zeros in stylelint (and transitions to enable TrailingZero of scss-lint).

We need to enable TrailingZero of scss-lint as the default of @gitlab/stylelint-config (stylelint) is now number-no-trailing-zeros: true.

Configuration of @gitlab/stylelint-config: https://gitlab.com/gitlab-org/frontend/gitlab-stylelint-config/-/blob/052570fdbf85814a6877e54e04a3367ab234cc38/index.js#L44

Upstream docs: https://stylelint.io/user-guide/rules/number-no-trailing-zeros

Merge request reports