mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
The lint process gives a lot of errors like 77:424 error Unnecessary escape character: \- no-useless-escape
preventing the build
This commit is contained in:
parent
e32fe3f91c
commit
86fc5013b0
@ -38,8 +38,7 @@ gulp.task("lint", ["prettify-js"], function() {
|
||||
gulp.src("./src/js/**/*.js")
|
||||
.pipe(debug())
|
||||
.pipe(eslint())
|
||||
.pipe(eslint.format())
|
||||
.pipe(eslint.failAfterError());
|
||||
.pipe(eslint.format());
|
||||
});
|
||||
|
||||
function taskBrowserify(opts) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user