Closed frontendbeast closed 9 years ago
A recent commit in scss-lint has removed the XML formatter, which in turn breaks gulp-scss-lint as --format=XML is now an invalid output format.
--format=XML
[21:32:41] Error: Error in plugin 'gulp-scss-lint' Message: Command line usage error
Invalid output format specified: XML
ugh. Experiencing this now.
And… this is fixed by using 0.2.0. :-) Nice work!
Changed my package.json:
"gulp-scss-lint": "^0.1.12",
to:
"gulp-scss-lint": "^0.2.0",
@juanfran++
A recent commit in scss-lint has removed the XML formatter, which in turn breaks gulp-scss-lint as
--format=XML
is now an invalid output format.