summaryrefslogtreecommitdiffstats
path: root/pyload/web/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/Gruntfile.js')
-rw-r--r--pyload/web/Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/Gruntfile.js b/pyload/web/Gruntfile.js
index aa2077c0c..92bb33da9 100644
--- a/pyload/web/Gruntfile.js
+++ b/pyload/web/Gruntfile.js
@@ -105,7 +105,7 @@ module.exports = function(grunt) {
},
jshint: {
options: {
- jshintrc: '.jshintrc'
+ jshintrc: '<%= yeoman.app %>/components/pyload-common/.jshintrc'
},
all: [
'Gruntfile.js',