mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
stripBom
This commit is contained in:
parent
b145ea1a70
commit
c472d8fe96
155 changed files with 157 additions and 157 deletions
|
@ -11,8 +11,8 @@ gulp.task('jshint', function () {
|
|||
.pipe(jshint({
|
||||
'-W030': false,
|
||||
'-W064': false,
|
||||
'-W097': false,
|
||||
'-W100': false,
|
||||
'-W097': false, //Use the function form of “use strict”
|
||||
'-W100': false, //Silently deleted characters (in locales)
|
||||
'undef': true,
|
||||
'globals': {
|
||||
'require': true,
|
||||
|
@ -23,4 +23,4 @@ gulp.task('jshint', function () {
|
|||
}
|
||||
}))
|
||||
.pipe(jshint.reporter(stylish));
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue