We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46baa59 commit 35f5d72Copy full SHA for 35f5d72
index.js
@@ -4,7 +4,7 @@
4
var path = require('path');
5
var arrify = require('arrify');
6
var assign = require('object-assign');
7
-var formatter = require('stylelint/lib/formatters/stringFormatter');
+var formatter = require('stylelint').formatters.string;
8
9
// Modules
10
var runCompilation = require('./lib/run-compilation');
0 commit comments