Skip to content

Commit

Permalink
FLUID-6205: Fixed goofs in Gruntfile.js that broke the lint rollu…
Browse files Browse the repository at this point in the history
…p task.
  • Loading branch information
the-t-in-rtf committed Oct 31, 2017
1 parent 8a2ac3a commit 3db507b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ module.exports = function (grunt) {
grunt.loadNpmTasks("grunt-markdownlint");
grunt.loadNpmTasks("gpii-grunt-mdjson-lint");

grunt.registerTask("lint", "Apply eslint, jsonlint, json5lint, and markdownlint", ["eslint:js", "jsonlint", "index.js", "markdownlint", "eslint:md"]);
grunt.registerTask("lint", "Apply eslint, jsonlint, json5lint, and markdownlint", ["eslint:js", "jsonlint", "markdownlint", "eslint:md", "mdjsonlint"]);
};

0 comments on commit 3db507b

Please sign in to comment.