mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
13 lines
251 B
Plaintext
13 lines
251 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
|
|
}
|
|
}}]
|
|
]
|
|
}
|