From 6fa2c6cad09ea0a8a88cc46359a4d5c7bf4a46c7 Mon Sep 17 00:00:00 2001 From: spalger Date: Fri, 9 Dec 2016 21:22:42 -0700 Subject: [PATCH] [grunt/eslint] fix argument spacing --- tasks/eslint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/eslint.js b/tasks/eslint.js index e5392e949fc7d..0328e3006111c 100644 --- a/tasks/eslint.js +++ b/tasks/eslint.js @@ -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) {