mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Moved jshint config to .jshintrc
This commit is contained in:
parent
a7001ab322
commit
095e92c7dd
5 changed files with 36 additions and 22 deletions
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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue