diff --git a/.posthtmlrc b/.posthtmlrc
index cf84f8a..4a0158e 100644
--- a/.posthtmlrc
+++ b/.posthtmlrc
@@ -3,7 +3,9 @@
"posthtml-include": {},
"posthtml-component": {
"root": "./src",
- "folders": ["components"],
+ "folders": [
+ "components"
+ ],
"namespaces": [
{
"name": "link",
@@ -13,7 +15,7 @@
]
},
"posthtml-markdownit": {
- plugins: [
+ "plugins": [
{
"plugin": "markdown-it-sup",
"options": {}
@@ -21,4 +23,4 @@
]
}
}
-}
+}
\ No newline at end of file