Skip to content

Replace scss-lint with stylelint 13.9.0 and @gitlab/stylelint-config 2.3.0

Takuya Noguchi requested to merge 997-stylelint into master

Introduces stylelint 13.9.0 and @gitlab/stylelint-config 2.3.0 to replaces Ruby's scss-lint 0.59.0.

Starting with some rule modifications from @gitlab/stylelint-config 2.3.0:

    "declaration-block-semicolon-newline-after": null,
    "max-nesting-depth": 4,
    "rule-empty-line-before": null,
    "selector-max-compound-selectors": 4

declaration-block-semicolon-newline-after and ule-empty-line-before will be able to get enabled in the following MRs.

Blocked by !1717 (merged) !1731 (merged) !1732 (merged) !1735 (merged)

Closes #997 (closed)

Edited by Takuya Noguchi

Merge request reports

Loading