Skip to content

Commit 687ef12

Browse files
authored
chore(remark): Ignore unnecessary files/folders (gatsbyjs#27229)
1 parent 3858de1 commit 687ef12

File tree

3 files changed

+62
-1764
lines changed

3 files changed

+62
-1764
lines changed

.remarkrc.js

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ const unified = require("unified")
44
const dictionary = fs.readFileSync("./dictionary.txt")
55

66
module.exports = {
7+
options: {
8+
silentlyIgnore: true,
9+
quiet: true,
10+
frail: true,
11+
extensions: ["md"]
12+
},
713
plugins: [
814
["remark-frontmatter", "yaml"],
915
[

0 commit comments

Comments
 (0)