palantirnet/butler

Linting configuration

Opened this issue · 1 comments

If it is acceptable to ignore these linting warnings, can we configure the linter to ignore them too so real warnings do not get lost in the deluge?

⚠ Expected double quotes (string-quotes) [stylelint],
⚠ 'rule-no-duplicate-properties' has been deprecated and in 5.0 it will be removed. Use 'declaration-block-no-duplicate-properties' instead. [stylelint]
⚠ 'declaration-block-no-single-line' has been deprecated and in 5.0 it will be removed. Use 'block-no-single-line' instead. [stylelint]
⚠ 'rule-trailing-semicolon' has been deprecated and in 5.0 it will be removed. Use 'declaration-block-trailing-semicolon' instead. [stylelint]

Related to #77