Skip to content

Commit

Permalink
chore(remark): Ignore unnecessary files/folders (gatsbyjs#27229)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Oct 2, 2020
1 parent 3858de1 commit 687ef12
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1,764 deletions.
6 changes: 6 additions & 0 deletions .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ const unified = require("unified")
const dictionary = fs.readFileSync("./dictionary.txt")

module.exports = {
options: {
silentlyIgnore: true,
quiet: true,
frail: true,
extensions: ["md"]
},
plugins: [
["remark-frontmatter", "yaml"],
[
Expand Down
Loading

0 comments on commit 687ef12

Please sign in to comment.