You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try only get that I configured with the .scss-lint.yml but I get so much output. Is it possible to get only the messages that are configured in the .scss-lint.yml.
Here is the file:
# sass-lint config generated by make-sass-lint-config v0.1.1
#
# The following settings/values are unsupported by sass-lint:
# Linter Indentation, option "allow_non_nested_indentation"
# Linter Indentation, option "character"
files:
include: 'sass/**/*.scss'
options:
formatter: stylish
merge-default-rules: false
rules:
indentation:
- 1
- size: 2
Best regards
coderDem
The text was updated successfully, but these errors were encountered:
Hello,
I try only get that I configured with the .scss-lint.yml but I get so much output. Is it possible to get only the messages that are configured in the .scss-lint.yml.
Here is the file:
Best regards
coderDem
The text was updated successfully, but these errors were encountered: