diff --git a/js/grunt/lint.js b/js/grunt/lint.js index d3697451..7bff4dd2 100644 --- a/js/grunt/lint.js +++ b/js/grunt/lint.js @@ -41,7 +41,7 @@ const lint = async ( patterns, options ) => { options = _.assignIn( { cache: true, - format: false, // Use a separate set of rules purely for formatting code. + format: false, // append an extra set of rules for formatting code. fix: false, // whether fixes should be written to disk warn: true // whether errors should reported with grunt.warn }, options );