Update jshint for modules
This commit is contained in:
@@ -30,12 +30,14 @@
|
||||
|
||||
"node" : true,
|
||||
"browser" : true,
|
||||
"esnext": true,
|
||||
|
||||
"boss" : true,
|
||||
"curly": false,
|
||||
"debug": false,
|
||||
"devel": false,
|
||||
"eqeqeq": false,
|
||||
"eqnull": true,
|
||||
"evil": true,
|
||||
"forin": false,
|
||||
"immed": false,
|
||||
|
||||
+2
-1
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
|
||||
force: true
|
||||
},
|
||||
files: [
|
||||
'lib/**/!(parser|browser-prefix|browser-suffix).js'
|
||||
'lib/**/!(parser).js'
|
||||
]
|
||||
},
|
||||
|
||||
@@ -44,6 +44,7 @@ module.exports = function(grunt) {
|
||||
|
||||
// Build a new version of the library
|
||||
this.registerTask('build', "Builds a distributable version of the current project", [
|
||||
'jshint',
|
||||
'clean',
|
||||
'transpile:amd',
|
||||
'concat:library']);
|
||||
|
||||
Reference in New Issue
Block a user