Enable jshint for server and shared files.
This commit is contained in:
parent
a2723c6b12
commit
acbfb694ff
|
@ -111,7 +111,10 @@ module.exports = function (grunt) {
|
|||
},
|
||||
all: [
|
||||
'Gruntfile.js',
|
||||
'<%= yeoman.app %>/scripts/{,*/}*.js'
|
||||
'<%= yeoman.app %>/scripts/{,**/}*.js',
|
||||
'shared/{,**/}*.js',
|
||||
'server/{,**/}*.js',
|
||||
'!server/templates/{,**/}*.js'
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue