mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Moved jshint config to .jshintrc
This commit is contained in:
19
src/UI/.jshintrc
Normal file
19
src/UI/.jshintrc
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"-W030": false,
|
||||
"-W064": false,
|
||||
"-W097": false,
|
||||
"-W100": false,
|
||||
"undef": true,
|
||||
"curly": true,
|
||||
"immed": true,
|
||||
"eqeqeq": true,
|
||||
"latedef": true,
|
||||
"globals": {
|
||||
"module": true,
|
||||
"require": true,
|
||||
"define": true,
|
||||
"window": true,
|
||||
"document": true,
|
||||
"console": true
|
||||
}
|
||||
}
|
||||
@@ -241,10 +241,6 @@ define(
|
||||
|
||||
vent.trigger(vent.Events.SeriesAdded, { series: self.model });
|
||||
});
|
||||
|
||||
promise.fail(function () {
|
||||
icon.removeClass('icon-spin icon-spinner disabled').addClass('icon-search');
|
||||
});
|
||||
},
|
||||
|
||||
_rootFoldersUpdated: function () {
|
||||
|
||||
Reference in New Issue
Block a user