Skip to content

Commit

Permalink
[grunt/eslint] fix argument spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 10, 2016
1 parent 1224b18 commit 6fa2c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6fa2c6c

Please sign in to comment.