storybook/.remarkrc
2017-06-06 08:20:11 +02:00

18 lines
421 B
Plaintext

{
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", false],
["remark-lint-code", {"js": {
"module": "node_modules/remark-lint-code-eslint",
"options": {
"fix": true,
"configFile": "/Users/dev/Projects/GitHub/storybook/react-storybook/.eslintrc-markdown.js"
}
}}],
["remark-toc", {
"tight": true,
"maxDepth": 3
}]
]
}