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 26f192e commit 5bcf44cCopy full SHA for 5bcf44c
index.js
@@ -1,5 +1,6 @@
1
'use strict';
2
var gutil = require('gulp-util');
3
+var path = require('path');
4
var through = require('through2');
5
var Checker = require('jscs');
6
var loadConfigFile = require('jscs/lib/cli-config');
0 commit comments