Skip to content

Commit

Permalink
Add "vendor" directory (used by, for example, Composer) to the defaul…
Browse files Browse the repository at this point in the history
…t list of lintWorkspaceGlobs exclusions (refs #47).
  • Loading branch information
DavidAnson committed Jan 20, 2022
1 parent b01b31d commit a2aecbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,9 @@
},
"default": [
"**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}",
"!**/node_modules",
"!**/bower_components",
"!**/node_modules",
"!**/vendor",
"!**/.git"
]
},
Expand Down

0 comments on commit a2aecbe

Please sign in to comment.