switch from jshint to eslint
This commit is contained in:
@ -7,11 +7,10 @@ module.exports = {
|
||||
'Gruntfile.js'
|
||||
],
|
||||
tasks: [
|
||||
'jshint',
|
||||
'mochacov:unit'
|
||||
],
|
||||
options: {
|
||||
interrupt: true
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user