1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00

Adjust prettier setup

This commit is contained in:
Brent Jackson 2019-03-16 13:08:20 -04:00
parent a1f80331f4
commit 240a180cb8
2 changed files with 3 additions and 2 deletions

View File

@ -11,10 +11,8 @@ With v2, MDX Deck now splits slides based on the Remark AST's `thematicBreak` no
For example, the following **will not** be split into a new slide, but instead will be treated as a Setext-style heading:
```md
<!-- prettier-ignore -->
Hello
---
Not another slide
```

View File

@ -36,6 +36,9 @@
"*.{md,js,json}": [
"prettier --write",
"git add"
],
"ignore": [
"**/MIGRATION.md"
]
}
}