mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-04 18:21:31 +01:00
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": ["conventions", "prettier"],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
}
|
|
}
|