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.
2 parents 26f192e + 5bcf44c commit 7bc610aCopy full SHA for 7bc610a
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