Exclude built scss from linting

This commit is contained in:
Raimund Schlüßler 2018-11-06 20:15:32 +01:00
parent 1f80e70e86
commit f5978eaeee
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -3,6 +3,9 @@
"plugins": [
"stylelint-scss"
],
"ignoreFiles": [
"./css/src/sprite.scss"
],
"rules": {
"indentation": "tab",
"number-leading-zero": "never",