Skip to content

Commit

Permalink
FLUID-6308: Update linting config for markdown files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Jul 25, 2018
1 parent 917637a commit a69fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -19,7 +19,7 @@ module.exports = function (grunt) {
pkg: grunt.file.readJSON("package.json"),
lintAll: {
sources: {
md: [ "**/*.md", "!node_modules/**/*.md"],
md: [ "*.md"],
js: ["**/*.js"],
json: ["*.json", ".*.json", "tests/*.json", "!package-lock.json"],
other: ["./.*", "!node_modules/**/*.*", "!./**/.DS_Store"]
Expand Down

0 comments on commit a69fc03

Please sign in to comment.