mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
18 lines
421 B
Plaintext
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
|
|
}]
|
|
]
|
|
}
|