mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 16:08:43 +02:00
Fix loading JSHint options.
This commit is contained in:
@@ -13,6 +13,9 @@ module.exports = function(grunt) {
|
||||
}
|
||||
},
|
||||
jshint: {
|
||||
options: {
|
||||
jshintrc: '.jshintrc'
|
||||
},
|
||||
all: ['*.js']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user