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 aba21d4 commit b8e0933Copy full SHA for b8e0933
gulpfile.js
@@ -80,7 +80,7 @@ gulp.task("csslint", function() {
80
81
gulp.task("eslint", ["eslint:install-dev-dependencies"], function (cb) {
82
return gulp.src("./node_modules/eslint/build/eslint.js")
83
- .pipe(gulp.dest("./plugins/eslint/libs"));
+ .pipe(gulp.dest("./plugins/default/eslint/libs"));
84
});
85
86
gulp.task("eslint:build", ["eslint:install-dev-dependencies"], function (cb) {
0 commit comments