[grunt/eslint] fix argument spacing

This commit is contained in:
spalger 2016-12-09 21:22:42 -07:00
parent 1224b1829a
commit 6fa2c6cad0

View file

@ -7,7 +7,7 @@ const OPTION_DEFAULTS = {
};
module.exports = grunt => {
grunt.registerMultiTask('eslint',function () {
grunt.registerMultiTask('eslint', function () {
const options = this.options(OPTION_DEFAULTS);
if (!options.paths) {